Using CSV Dict Writer with data package descriptor #722
Replies: 3 comments
-
@nirabpudasaini great! And could we add upsert 😉 and get this in a gist? And i think you could pretty much skip using |
Beta Was this translation helpful? Give feedback.
-
Hi @nirabpudasaini! I'm working on cleaning up the issues in this repo, and I'm wondering if there is an action you'd like to take here (or an action you'd like someone else to take?) Thanks! |
Beta Was this translation helpful? Give feedback.
-
I think it perfectly matches the "Ideas" section in Discussions |
Beta Was this translation helpful? Give feedback.
-
You can use the data package descriptor with CSV Dict writer to define the output csv file that you want. In one of our internal key metric dash boarding project we use a utility function to achieve this. The utility function can be found in the following code snippet. This supports write and append mode.
Beta Was this translation helpful? Give feedback.
All reactions