Data360 Analyze

 View Only
  • 1.  Text file creation issue

    Posted 09-21-2020 03:03

    I am trying to create a text file based on some data input from different sources but not able to understand how to create file with extension txt. The contents contain pipe and comma separated data. Can someone please suggest a way forward. Thank you in advance for your support.

    Attached files

    LEG_PAY.20200810041515.txt

     



  • 2.  RE: Text file creation issue

    Posted 09-21-2020 11:41

    in the filename add .txt?

    it output

    you might have to build each line and output as 1 field each row...

     

     



  • 3.  RE: Text file creation issue

    Employee
    Posted 09-21-2020 12:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    What output node are you using? If it's "Output CSV/Delimited" then you can take the file name from a field on the input pin by selecting Filename (from Field) in the drop down in the Output section. Then presumably you don't want to see a column with the file name within the output, in which case you remove it from the Field Order section of the node.

     

    Here is more complete information on what I mentioned above.