From f775c422020112e9e3b32a7028021dac6354e7e4 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 23 Jan 2025 14:52:52 -0300 Subject: [PATCH] Created Import (markdown) --- Import.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Import.md diff --git a/Import.md b/Import.md new file mode 100644 index 0000000..d1ae054 --- /dev/null +++ b/Import.md @@ -0,0 +1,23 @@ +WYGIWYH has a CSV Import function, currently in beta. + +# Adding a Profile + +Profiles are where you store the configuration for a given import. For example, if you have 3 banks with 3 different CSV formats, you will create 3 different profiles, one for each bank. + +A profile is composed of 3 fields: + +* `name`: An unique name +* `yaml_config`: YAML configuration following the schema specification +* `version`: Schema version number (currently only Version 1 is available) + +You can access the profiles page by navigating to `Management` > `Import` on the navbar. + +From there you can click the + button to either add a new profile from scratch or use one of the available presets created by the community. + +# Importing + +After adding a Import Profile, each profile will have a `Import` button, you can click it to upload a file. + +# Seeing Import status + +All Import Profiles have a `Runs` button, click there to seem information about the file you imported. \ No newline at end of file