04-23-2019 05:41 AM
Hi Team,
Can you please let me know how to generate a unique ld like the below one in snaplogic.
1553020781234-4901709987102371234-03202019DFF456F123
Thanks in Advance!
07-05-2022 08:41 AM
I’m not familiar with your exact details, but attached is a sample pipeline that demonstrates the flow as I understand you want to do it.
Generate Guid per row_2022_07_05.slp (6.0 KB)
07-05-2022 09:02 AM
So does it somehow add the UUID to every row in the response from the POST?
07-05-2022 09:44 AM
Yes - the Mapper would add the value to the returned results.
With that said, depending on how the API returns the results, there may be additional steps before the Mapper to add the GUID value. For example, if the API returns an array of values in the response, you may need to use a JSON Splitter to split the array into individual documents.
07-05-2022 11:51 AM
Here’s what I’m doing:
I get all the rows etc and sent to csv successfully. I’m just not sure how to add the UUID so that a new one is generated for every row (inside the splitter) or some other way?
07-05-2022 12:04 PM
Add a Mapper snap as shown between the JSON Splitter and CSV Formatter: