i have two data sources and i need to compare a very large (150 characters in one, 160 characters in the other) field. This field is non-delimited but i have a listing of "of this field, the first 3 characters stands for body type, next 1 character is engine type, etc..". the problem is, a lot of them are 1 character fields and I was hoping to not have to specify 100 regex parts. Is it possible to break a field, 1 character at a type, without delimiters (and i can visually group the fields which need to be grouped)?
thanks
becki kain