User Activity

Hi All, I have a JSON file and i am trying to extract specific data and copy it in a csv file. The sample structure is given below and from this structure i want to extract only the value part from each attribute: Like “value”: “B12345678” “value”: ...
Hi, I am new to snaplogic and want to create a JSON structure from a CSV file. CSV file data “Name”,“AddressLine1” “Test1234”,“122 Test St” The structure i need is very specific like: [ { “attributes”: { “Name”: [ { “value”: “Test1234” } ], “Addresse...