i have a customer who would like to pull data from our databases to create a CSV for import purposes. i've created an output forumla that pulls all the data they need and have inserted a "," between each field to create the CSV. we have a program that will run the report on a scheduled basis and export the report to a text file. the report is setup in landscape but we are facing one huge problem.
if the data happens to exceed the length of the output string, the text is cut off and they do not get a good line to import. i've set the can grow option but this just wraps the text which they cannot deal with when importing. is there anyway that we could make the output string limitless in its length. for instance if you use Notepad, you can create a text line that goes on forever. i'm just wondering if we can do that here as well.
thanks for any suggestions.
if the data happens to exceed the length of the output string, the text is cut off and they do not get a good line to import. i've set the can grow option but this just wraps the text which they cannot deal with when importing. is there anyway that we could make the output string limitless in its length. for instance if you use Notepad, you can create a text line that goes on forever. i'm just wondering if we can do that here as well.
thanks for any suggestions.