Hello,
with this topic i need a clue.
I have a text based data, this is an example row:
CA20230405112337BOL006057 20230405V1260 2023021000409I 311003000102504
CA20230405112337BOL006057 20230405V1260 2023021000509I 311003000102504
I need to convert to json but:
1 - i need to remove all spaces in between
2 - i need to separate fields with a separator in order to create a schema and make a conversion
Example:
CA;20230405;bla bla bla
CA;20230405;bla bla bla
How can i achieve this?
Is there any other way to do that?
Many Thabks