Skip to content

exporting to csv #5

@shoobyban

Description

@shoobyban

We had a planned feature to export data instead of displaying.

Syntax:
export {entity} [all]

for example:

export product where sku like LK%
will export all attributes of products with sku begining with 'LK'

or

export product
will export all products found in the system.

Given the last parameter 'all' will export not just attributes but all fields:
For example:

export product all
or
export product where name like '%motor%' all

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions