Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I want to get the JSON output by using the CSV file. If the input like below,
category_id;item_id;quantity
12;98;100
12;27;48
12;98;50
and I want to get output like below
Thanks for the reply @mbocquet
Let's take a look at what I've done here
Gave the CSV metadata and extract the columns which I need to generate the JSON using Tmap.
And convert the extracted values as JSON output by using TwriteJson. The output is looking like below
But I want to get the output like below.
On that place of invoice_id tag, I want to set the value as Tag name and same in the item_id tag too.
I don't need that tag names. Just I want to extract the values from that CSV file.
If anyone knows the solution please let me know...!!!!