I am using process flow to build a fixed field .txt file. Several of the fields require a specific number of spaces because no value is being passed. In SQL it is quite easy to use space(10) for a field with 10 spaces. How can I do this in an Assign node maybe with javascript? I have tried the addtrailingspaces(" ", 10  but the spaces appear as %20%20%20... instead of true spaces. Using " " is out of the question because the header and trailer require over 2,000 spaces each.
Thanks for the help!