Skip to content

Commit

Permalink
Merge branch 'main' into 2783-fix-meeting-clone-in-case-of-list-election
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom authored Jan 15, 2025
2 parents 59a3dd7 + faaad6f commit 6b293c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/actions/preface_special_imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The internal types will be created by the backend service from the CSV-strings
- **boolean** for `True` use one of "True", "true", "T", "t", "Yes", "yes", "Y", "y" or "1", for `False` one of "False", "false", "F", "f", "No", "no", "N", "n" or "0"
- **integer** Use something like "1234" without fraction
- **number** means a `,` (comma) or `.` (point) separated value like `3123,45` or `3123.45`, but not `3.123,45` or `3,123.45`
- **decimal** A floating point number with exactly 6 digits, e.g. `1.500000`
- **decimal** A decimal number with exactly 6 digits after the decimal seperator dot, e.g. `1.500000`
- **date** Use a string in Isoformat "YYYY-MM-DD", for example "2023-04-26"

## Import_Preview to store the data to import in database
Expand Down Expand Up @@ -154,4 +154,4 @@ The internal types will be created by the backend service from the CSV-strings
}[[]]; // nested lists for actions and data row per action
}

``
``

0 comments on commit 6b293c5

Please sign in to comment.