Regex Parsing different types of lines

Hi @hakandurgut , I know you mentioned that the “fixed length” appear to have variations, but with the example data I found the Cell Splitter by Position was also able to produce what appears to be a reasonable result:

I used split positions of:
2,20,38,45,52,59
and column names of:
Ind,Network,Next Hop,Metric,LocPrf,Weight,Path

At the end I used String Cleaner to trim spaces from the returned columns. In KNIME 4.7, this could be done using String Manipulation (Multi Column) instead.

BGP Full Route - split by position1.knwf (80.9 KB)

3 Likes