Solved
Forum Discussion
jfpelletier
12 months agoContributor
Hey,
Looks like I've solved my own issue... In my script, I had to encode the input document using the ".encode('utf-8')" method.
I can now parse and correctly extract all the data that I need from the file.
JF