04-19-2020 11:27 AM
We’re receiving a fixed width record file, but there are no line separator characters. Is it possible to parse this file using SnapLogic?
06-06-2020 02:19 AM
Hi PSAmmirata,
I took a shot … did some content manipulation using a mapper snaps that will put \n for every total length of the row then contain it in an array, then using the array method map the content has been substr(pos, len) then did a join(‘\n’) convert to binary then input to Fixed parser to output the fields
Fixed Width Parser - (with no line separator)_2020_06_06.slp (7.9 KB)
fixed-width.txt (84 Bytes)