Hi - I am getting an error in my workflow - unparsable number: “”. I have validated the data and it says all records are valid.I also increased my 200 limit just in case. I am not getting this error or any other error in the template. Does anyone have any ideas as to where I can look next to see whats wrong?
Thank You
Connect had a “design choice” to treat the final CRLF pair, at the end of the last record, as something intended to create a new, empty, record below/after it. This caused (and continues to cause) all sorts of problems for me and my team. There is now an option to “ignore” the final CRLF.
Could this be your issue? Everything in your data is actually fine but Connect is failing while trying to parse a phantom record that it itself “creates”?
Where is this option? I will try that.
It’s in the Data Mapper. In the input settings portion, it’s a checkbox:
“Ignore CR/LF at end of file”
I think this ‘fix’ is for text files. I am using an xml.
Yes, it’s specifically for TEXT emulation. Sorry I couldn’t be more help, it was a shot in the dark.
Thank you anyway. I didn’t know about the new option - now I do and make note of it!!!
I finally found it. I was missing one tag in one element in a repeat step.