Import of strange csv data

@carllum26 i don’t think you will be able to just import this data with a CSV reader. You very likely will have to import the data as a whole line and then do some splits and joins.

The good news is that the data always seem to have the same structure so this should not be too complicated a task. I will see if I can come up with something.

It might be something like this

Or this

4 Likes