Converting Instagram saved_collections.json file to csv file and importing it t

instagram, programming, notion, database, csv, json, Instagram, saved_collections.json

Download Your Instagram Data from the Account Deletion Interface

💡 You will not be deleting your account, you will only proceed to the download my data section

Help Center

Then, extract the saved_collections.json file from the downloaded zip

  • This file keeps your saved collections contents along with your tags

  • We will continue our operations with this file

Converting saved_collections.json file to csv

  • Requires nodejs installation

  • Run the javascript code below in the directory of saved_collections.json

  • Or give the file path to the bottom line of the code

Importing the csv file onto Notion

Use the `import - csv` interface

Formatting Notion data

Keep `channel` data as `select`

Store `Tags` part as `multi select`

- The `csv` file is prepared to be suitable for automatic formatting - As soon as you do `multi select`, your `tags` values will match

Last updated

Was this helpful?