|
|
|
|
|
by fastball
4074 days ago
|
|
Why would it work? Your data isn't even isomorphic. On the first line, you have "Roberto Carlos" followed immediately by a comma. On subsequent lines you have Roberto Carlos followed by two other names. Also your example works fine if you use a different delimiter for your format vs for your input, e.g. 3 | ROBERTO CARLOS | SOCCER | Brazil
|
|