Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2021 08:36 AM
If that string is too big, you will run into problems indeed.
Also keep in mind that each line must contain a separate, self-contained valid JSON object.
(https://spark.apache.org/docs/3.2.0/sql-data-sources-json.html#content)
So you might have to do some editing first.
Here someone also posted a possible solution to edit the json.