Trim names and short names #25

Closed
opened 2021-07-21 17:29:35 +02:00 by hansegucker · 7 comments
hansegucker commented 2021-07-21 17:29:35 +02:00 (Migrated from edugit.org)

We should discuss whether we should integrate calls of strip in the import code to clean data like 5a . We watched some issues with wrong data like this in production while importing current student data.

Implementation note: Add a converter for stripping spaces (lstrip, rstrip and strip, separately). Then, change converters so they can be chained: The converters of an import field need to be an array, and then all converters in the array are applied one after another.

We should discuss whether we should integrate calls of `strip` in the import code to clean data like `5a `. We watched some issues with wrong data like this in production while importing current student data. Implementation note: Add a converter for stripping spaces (lstrip, rstrip and strip, separately). Then, change converters so they can be chained: The `converters` of an import field need to be an array, and then all converters in the array are applied one after another.
nik commented 2022-01-07 12:28:34 +01:00 (Migrated from edugit.org)

This should be configurable with a preference.

This should be configurable with a preference.
nik commented 2022-01-07 12:42:37 +01:00 (Migrated from edugit.org)

changed the description

changed the description
nik commented 2022-01-07 12:42:59 +01:00 (Migrated from edugit.org)

assigned to @lukasw

assigned to @lukasw
nik commented 2022-01-08 18:20:48 +01:00 (Migrated from edugit.org)

assigned to @nik and unassigned @lukasw

assigned to @nik and unassigned @lukasw
nik commented 2022-01-09 11:20:29 +01:00 (Migrated from edugit.org)

created merge request !148 to address this issue

created merge request !148 to address this issue
nik commented 2022-01-09 11:20:29 +01:00 (Migrated from edugit.org)

mentioned in merge request !148

mentioned in merge request !148
hansegucker (Migrated from edugit.org) closed this issue 2022-01-09 15:13:30 +01:00
hansegucker commented 2022-01-09 15:13:31 +01:00 (Migrated from edugit.org)

mentioned in commit 2912197113

mentioned in commit 29121971138054f362dfc3f3ea898f038540cfcf
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-CSVImport#25
No description provided.