I'm trying to create a text file for printing Bar Tender labels. The first part of the file must contain the Bar Tender code. The rest of the file contains the delimited text for the label.
To accomplish this, I send the Bar Tender code to a text file using the Text Writer component. I then send the label information to the same text file using the Delimited Text Writer component - set to append the text.
There are two issues I'm seeing. One is that when the text is appended, quotes are being added to the Bar Tender code.
The other issue is that when column names are sent to the file they are appended to first line in the file and the data is appended to the end of the file. Whether the column names are exported or not, a number of tabs are appended to the lines of text already present in the file as if it is sending UndefinedStrings.
Is there a way to change this behavior?