-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[csv-to-neptune-bulk-format] : Multiple relational tables as source CSV files #282
Comments
This can be accomplished by adding multiple files into the
|
Thanks @bechbd. the alum_id, album_name, album_release_date come from the original album.csv.
it will produce an empty edge file because there has been no mapping between tracks and albums. |
Hi,
How will this work with multiple source CSV files with foreign key columns to join on? Taking the Spotify dataset as e.g., suppose you have source_track.csv that contains [track_ID, track_name, track_artist, album_ID] and another CSV file source_album.csv that contains [album_ID, album_name, album_release_date]. Now if we want to create track node CSV file, album node CSV file and track->album edge CSV file, including the given properties on both track nodes and album nodes, how will that be possible?
In other words, can we do what is described here?
Thanks in advance.
The text was updated successfully, but these errors were encountered: