Jump to content
Server Maintenance This Week. ×

This topic is 4585 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 4585 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.