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

[Feature request] CSV-Import with option to give manual default value or a transformation for a field #3294

Open
mcphil opened this issue May 8, 2024 · 0 comments

Comments

@mcphil
Copy link

mcphil commented May 8, 2024

1. Add an option to set a manual field value for "Import CSV Wizard" at import time.

Example: The import has a field 'active'. In the CSV the field 'active' is 1. But at import time it should be set to 0. Although this can easily be changed in the CSV-File before or with an SQL-Statement after it would be very convenient to change it at import time.

2. Add the possibility for some simple transformations at import time.

Example: There are three fields 'color', 'size' and 'type'. The field 'type' should have the content "T-Shirt color size". Transformation would be something like 'CONCATENATE "T-Shirt" . " " . color . " " . size' resulting in e.g. "T-Shirt red xxl".

I know this is a stupid example, but transformations could provide real powerful possibilities.

@mcphil mcphil changed the title [Feature request] CSV-Import with option to give manual default value or a transformationfor a field [Feature request] CSV-Import with option to give manual default value or a transformation for a field May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant