I have a txt file with repeating lines:
1.json
string 'x;y;z', hash 1234
2.json
string 'xx;yy;zz', hash 5678
3.json
and I really want to save it into dataframe with columns:
| json | string | hash |
As a result I would like a dataframe containing for example in the first row:
| 1.json | 'x;y;z' | 1234