This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
csv and json formatter is not working as expected
input string :
“subject”:“Payroll Forward Stuck in “Created” status”
but it returns output with
“subject”: “Payroll Forward Stuck in \“Created\” status”
note:
Snappack version: main15993
Sample CSV file:
“id”, “Stage”, “Stage”,“Type”
“1”,“close”,“config”, “test”
“1”,“open”,“plan”, “test”
We have duplicate columns name and different values… But CSV parser snap throws only one field.
How can i read both duplicate fields?
i got below error:
Failure: Failed to execute HTTP request, Reason: Connection reset, Resolution: Please check the Snap properties.
Can you guide me, Please?