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

Append of two columns to form a new column for multiple Text File

rohit782192
11 - Bolide

How can we join Date and a column from more than 200+ Text file from a directory to form a new column
All Date and column are in a Different File.txt

I am successful for one file but for other it is not working as Expected
Eg
Date             Name
2023-04-22  JOHN
2023-03-22  VICKY
2023-02-11  KICK

2 REPLIES 2
TheUdbhav
8 - Asteroid

Hi,
Can you please elaborate your requirements.
Thanks 

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @rohit782192 ,

 

Do you mean like this?

 

Input

.\InputFolder\File1.txt

Date Name
2023-04-22 JOHN
2023-03-22 VICKY
2023-02-11 KICK

 

.\InputFolder\File2.txt

Date Name
2023-04-30 MIKE
2023-03-11 JANE
2023-02-25 PAUL

 

Input Data Tool configuration

Yoshiro_Fujimori_1-1682152010038.png

 

Output

Yoshiro_Fujimori_0-1682151804436.png

 

I don't fully understand what you mean by "to form a new column".

So I just appended the records in the directory.

If I overlook anything, please point it out.

Labels
Top Solution Authors