The row lenth of my output cells differs in lenth as the trailing spaces are dropped. How can I maintain the text length including blank leading and ending spaces on rows.
Omniscope does not allow invisible differences between cell values. Please explain what exactly you're trying to achieve and what is the purpose of the empty characters before/after the cell text?
I am trying to consolidate multiple files using omniscope. The data is in a text file with 676 characters. If the last field is blank, the file may only have 670 characters. We have a Peoplesoft Import process that fails as there are too few fields in the file. I need omniscope to output blank spaces at the end of the file so that the row length is always 676 characters.
Unfortunately this is not currently possible in Omniscope. It is possible to read a fixed width file, but we don't provide support for writing a fixed width file. This is something we will consider implementing in the next version of DataManager. Please get in touch with us if this is an urgent requirement.
In the meantime I think your best option would be to export the data as CSV and write a small script or program to format the data as appropriate.