We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Input Fixed Length file only one record selected

rockeylearning
8 - Asteroid

Hello!

 

I have an input that reading the fixed length data .txt file, I got the .flat file built with all the required fields. However, when workflow run, it only find one record from the file. What am I missing?

 

Thank you in advance for your help!

2 REPLIES 2
binuacs
21 - Polaris

@rockeylearning Your file never has a new line character. If you open the file in a notepadd++ you will be able to see all the records in one line. I updated the workflow to split the file based on the field length

binuacs_0-1682458800158.png

 

rockeylearning
8 - Asteroid

Thank you so much @binuacs ! I've added the new line character and now I can see all the records. That fixed the issue.

 

Thank you again for your help!

Labels
Top Solution Authors