You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a data maintainer I would like the option to have the MySQL importer remove any empty rows immediately following the import. This should be an option because there may be some use cases where we want preservation of exactly what was provided in the CSV. The default on this option should default to off, so as not to introduce any changes.
Detailed Feature Description
When using the MySQL Import, provide an option to remove any empty rows.
Problem and Motivation
When harvesting CSVs, the chunk harvester would ignore any empty rows that it encountered. The MySQL Importer preserves any empty rows encountered. This can create a data change when switching from one method to the other.
Potential Benefits
Gives a bit more control over data managment.
Target Audience
End Users
Developers
Administrators
Other
Possible Implementation
Create a MySQL Import setting page to capture the setting.
Add handling after the import completes, to remove empty rows from the table if the option to remove them is enabled.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
As a data maintainer I would like the option to have the MySQL importer remove any empty rows immediately following the import. This should be an option because there may be some use cases where we want preservation of exactly what was provided in the CSV. The default on this option should default to off, so as not to introduce any changes.
Detailed Feature Description
When using the MySQL Import, provide an option to remove any empty rows.
Problem and Motivation
When harvesting CSVs, the chunk harvester would ignore any empty rows that it encountered. The MySQL Importer preserves any empty rows encountered. This can create a data change when switching from one method to the other.
Potential Benefits
Gives a bit more control over data managment.
Target Audience
Possible Implementation
Additional Context
No response
The text was updated successfully, but these errors were encountered: