View Source ExCatalog.Csv (ex_catalog v1.5.6)

csv functions.

Link to this section Summary

Link to this section Functions

Export all to files

examples

Examples

iex> ExCatalog.export()
Link to this function

export_categories(filename \\ "categories.csv", limit \\ 500)

View Source

Export categories to file

examples

Examples

iex> ExCatalog.export_categories()
Link to this function

export_products(filename \\ "products.csv", limit \\ 500)

View Source

Export products to file

examples

Examples

iex> ExCatalog.export_products()