Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Remove White Space

narendran4u
5 - Atom

I have to remove the space in between the lines.
I'm getting input file from txt file and need to provide output in text file
Using Union Tool to merge two set of data, where in first set has less number of columns and 2nd set have more number of columns

 

4 REPLIES 4
binuacs
21 - Polaris

@narendran4u Can you provide a sample input file and expected output?

alex
11 - Bolide

Unclear if you want row 1 removed?  If so then use the filter tool.   Choose a field that would indicate the row doesn't belong.  Field 8 is Null and row 1 would be removed if filtered to Field 8 Is Not Null.

narendran4u
5 - Atom

I need Row 1 as well, But after Field 8 there was no data available
Also for next rows, there are more number of field
While trying to merge both using "UNION" tool, the null fields in row 1 create a space in text output file(Capture Picture)

narendran4u
5 - Atom

Input file and Outfile format are similar to picture named "Capture".
On the input file, There is no space inbetween the two lines. 
But on the outfile file, there is space

Labels
Top Solution Authors