Forum Discussion

jfpelletier's avatar
jfpelletier
Contributor
11 months ago
Solved

CSV parser cannot parse data

Hello all, I'm extracting data from a structured XML file using a Python script (the build-in SnapLogic XML parser cannot handle it), and I return the results as a list of dictionaries, and I want t...