The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Write Document after Replacing Tokens
I have a document which is a CSV file, but is very poorly formatted. I'm going to get more files with the same bad formatting, so I'm trying to design a process that will first pre-process the file to correct the issues.
First, I'm using 'Read Document' which just calls the CSV file. Next, 'Replace Tokens' - there are four regex replace statements here. If I issue a breakpoint here, I can see in the document results view that the top half is fixed and the bottom half is the original file. What I want to know how to do is 'Write Document' so the fixed version (with the replaced tokens) is what is written. I will then 'Read CSV' on the written document so it comes in properly formatted.
First, I'm using 'Read Document' which just calls the CSV file. Next, 'Replace Tokens' - there are four regex replace statements here. If I issue a breakpoint here, I can see in the document results view that the top half is fixed and the bottom half is the original file. What I want to know how to do is 'Write Document' so the fixed version (with the replaced tokens) is what is written. I will then 'Read CSV' on the written document so it comes in properly formatted.
Tagged:
0
Answers