TKRK
2 years agoOccasional Contributor
Property check point does not work with multiline data in a csv
col1,col2,col3 test1,"test2.1 test2.2 test2.3",test3
A similar to this csv is what I am using in the data loop, and in the "Quoted Text" section I am using ", when I look at the file in that section it displays like this
col1,col2,col3
test1,test2.1
test2.2
test2.3",test3
and the property check point is failing
Actual Value: "test2.1↴test2.2↴test2.3"
Expected Value: "test2.1"
Please show me the right path, the guidance, the light.