Is this possible? I need to import something that is too long for the length of the DB field, so I'd like to import only the first 20 characters of that...
Is this possible with reg expressions? I tried few different ones, but none worked :-(
Thank you!
Grazi
Hi Grazi,
Try this:
Replacement Value: $1
Values to match on: ^(.{20}).*?$
Angela
Grazi Baia
Is this possible? I need to import something that is too long for the length of the DB field, so I'd like to import only the first 20 characters of that...
Is this possible with reg expressions? I tried few different ones, but none worked :-(
Thank you!
Grazi