Created Import (markdown)

Herculino Trotta
2025-01-23 14:52:52 -03:00
parent 0d0638540b
commit f775c42202
+23
@@ -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.