mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-15 01:02:45 +02:00
Created Import (markdown)
+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.
|
||||||
Reference in New Issue
Block a user