Forum Discussion
JensDeveloper
4 years agoContributor II
Hi @arvindnsn ,
Have you configurated the CSV formatter with contains headers? Could you show your configuration of the csv fromatter?
Also is it possible to paste the output in a way that I can copy it and try some transformations with it.
Because right now I don’t have/know the exact expression to get your required result.
Regards
Jens
arvindnsn
4 years agoContributor
Hi @JensDeveloper,
I figured the solution. After converting the Binary to Document, I have to Parse it by using the CSV Parser. In stead, I was using the CSV Formatter before CSV Parser that messed up the whole converted output coming from the BinaryToDocument Snap.
Below is the pipeline flow that worked good.
Thank you
Aravind N
- JensDeveloper4 years agoContributor II
Hi @arvindnsn ,
Aah yeah I see it now also. Good to know.