Skip to content

Commit 572d9c2

Browse files
chore: README: update latest scripts anchor and description (#24)
1 parent ef78954 commit 572d9c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,15 @@ Look for all experiments of a given user and adjust permissions of their experim
6565
# [15-process-csv-metadata-into-csv-column.py](./15-process-csv-metadata-into-csv-column.py)
6666

6767
Take a CSV file created from eLabFTW export function, and for each row, grab the metadata, and create a new CSV where each Extra Field in the metadata is now a column.
68+
69+
# [16-update-users-emails.py](./16-update-users-emails.py)
70+
71+
Take a CSV file that contains a list of old emails to update and their new value, and generate a .sql file that will update theses values in the database.
72+
73+
# [17-csv-metadata-as-columns.py](./17-csv-metadata-as-columns.py)
74+
75+
Take a CSV file created from eLabFTW export function, and creates a new CSV where it extracts the metadata Extra Fields into a new column.
76+
77+
# [18-archive-users.py](./18-archive-users.py)
78+
79+
Archive users that have been inactive for at least 8 months.

0 commit comments

Comments
 (0)