Closed yoavnir closed 5 months ago
Allow the user to specify a string with multiple separator characters.
Example: Suppose the input record looks like this:
192.168.1.100:443
I would like to be able to make the following specification:
specs fs :. f1 1 f5 nw
and get
192 443
Should apply also to field separators within a SUBSTR token. Currently , I get an error message:
SUBSTR
Error reading specification tokens: Bad separator or pad character <:.> with length 2 at index 2. Must be single character.
Same for word separator? So we can have, say, spaces and tabs?
Allow the user to specify a string with multiple separator characters.
Example: Suppose the input record looks like this:
I would like to be able to make the following specification:
and get
Should apply also to field separators within a
SUBSTR
token. Currently , I get an error message: