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
WriteDocument operator does not work!!
Hello everyone,
i am "trying" to continue my text mining trials and now i need to write documents. When use WriteDocument operator from Text Processing extension, it did write the document however i cant see the text.
I am trying to say that even though my file is about 27 MB i just see few lines that are written.
Rest of my whole file does not appear in the text.
Thanks a lot
i am "trying" to continue my text mining trials and now i need to write documents. When use WriteDocument operator from Text Processing extension, it did write the document however i cant see the text.
I am trying to say that even though my file is about 27 MB i just see few lines that are written.
Rest of my whole file does not appear in the text.
Thanks a lot
0
Answers
as I understand your issue you are dealing with the problem that your output file is far smaller than expected regarding the 27MB input. Maybe some transformation steps are not working correctly, you can easily check this by using breakpoints and have a look at the data transferred between the operators. Another possible reason: Are you using the "Write Documents" operator in a loop? To speed up things you might post the xml of your process here.
Cheers,
Helge