Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow developers to choose which fields to export in e107Export(). #5094

Closed
CaMer0n opened this issue Nov 1, 2023 · 0 comments
Closed

Allow developers to choose which fields to export in e107Export(). #5094

CaMer0n opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
type: enhancement An improvement or new feature request
Milestone

Comments

@CaMer0n
Copy link
Member

CaMer0n commented Nov 1, 2023

Motivation

Current, when used to export table data, e107Export() will always export every field in the table. Sometimes fields need to be omitted, such as the PRIMARY id, in the case of appending to an existing database table.

Proposed Solution

Add a 'fields' option - a list of comma separated fields, that should be in the table export.

@CaMer0n CaMer0n added the type: enhancement An improvement or new feature request label Nov 1, 2023
@CaMer0n CaMer0n added this to the e107 2.3.3 milestone Nov 1, 2023
@CaMer0n CaMer0n self-assigned this Nov 1, 2023
@CaMer0n CaMer0n closed this as completed in 09eddd8 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement An improvement or new feature request
Projects
None yet
Development

No branches or pull requests

1 participant