Hello,
I have a few dataplugins I have created for .xlsx file types, and I cannot find a way to trim the data like I can with a text file.
In my .csv or .txt dataplugins I use File.Delimiters.TrimCharacters = " ", so I guess I'm looking for something that performs the same.
Thanks.