Jake_R Posted October 12, 2011 Posted October 12, 2011 I am trying to use the funtion FTPeek_UploadFileFromField. The contents I have in the field looks like this: AGCD Sale1|Mr bob brown|1254878956234| Sale2|Mrs Sarah Graham|23434543 2 Total When I use that function it wont upload the .txt file with the return keys that appear in the field, agcd should be on one line, sale1 is on another line and sale2 is on the third line. The result I receive is: AGCD Sale1|Mr bob brown|1254878956234| Sale2|Mrs Sarah Graham|23434543 Is there a way for me to export to .txt file and upload the contents of the field to a .txt file to look exactly like what it appears in the text field with all return keys?
Jake_R Posted October 14, 2011 Author Posted October 14, 2011 I found a solution by creating a new table with one field, each record represents a new line in the original field, then doing a .txt export of the found set and doing an ftpeek upload from the exported file instead of from the field.
Recommended Posts
This topic is 5042 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now