Hi Community!
I built over 100 fields with fixed length in Alteryx workflow, and the output is a .txt file, how do I output it to where these fields are closed together without the tab or space delimiter?
For example, Field A length is 8, Field B length is 3,
the output in the .txt should be:
12345678ABC
I may be able to use concatenate but I don't know if that the right approach, and beside, since there are a lot of fields, concatenate will become a long string.