Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehSo here are two ways, depending on what the rest of the data looks like.
If the columns all contain numbers (instead of XX), then you could use a Data Analyzer with Convert Leading Zeros set to true. That would actually convert all Field* fields to integers.
If you want to do a replace of 00's with 0's across ALL columns/rows, then a Replace Text could work. But keep in mind that this would turn 100 into 10, and so forth. So this would only work if you don't have other instances of 00's that you want to keep.
These columns, do they have any sort of pattern that we could identify them? Do they all start with the same prefix, or are in a certain format? If so, we could split out those fields and treat them separately while keeping the other fields untouched.
Attachments:
convert00.brg