Skip to content

what is the normalization for json sources (like mongodb) to a relational database #341

Answered by flarco
axellpadilla asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, by default it keeps the JSON as source, and does not flatten. If you set the source_options.flatten = true, then object keys will become their own columns (type inferred), and arrays will stay as it (as a JSON type column). Sling will not unnest.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@axellpadilla
Comment options

@flarco
Comment options

@axellpadilla
Comment options

@flarco
Comment options

Answer selected by axellpadilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants