Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active August 8, 2020 23:25
Show Gist options
  • Select an option

  • Save noelworden/f1a7453ba3e99813867255d2814606ae to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/f1a7453ba3e99813867255d2814606ae to your computer and use it in GitHub Desktop.
#blog_snippets
["path", "to", "file"]
|> CSVUtil.data_from_csv()
|> Enum.each(fn attrs ->
%Product{}
|> Product.changeset(attrs)
|> Repo.insert!()
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment