Skip to content

[csv-to-neptune-bulk-format] : Multiple relational tables as source CSV files #282

@Anita-Lavania

Description

@Anita-Lavania

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions