File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Pibiapp is an application developed on the Frappe framework to integrate it with
55
66#### Current modules
77
8- - Nextcloud
8+ - ** Nextcloud**
99
1010 Connect Frappe and Nextcloud, store the attachments on the Nextcloud server
1111
@@ -18,6 +18,21 @@ Pibiapp is an application developed on the Frappe framework to integrate it with
1818 Manage a history of versions in Nextcloud. When the same file is uploaded from Frappe with successive modifications.
1919
2020 Include archives stored in Nextcloud as attachments to the email
21+
22+ - ** External Data**
23+
24+ Automatically create a new DocType with its data structure of a file
25+
26+ Allows you to select the Module of a Frappe application in which you will create the DocType
27+
28+ Supports files with formats: Excel, CSV, JSON and XML
29+
30+ Analyze the data set to determine the type of data that fields are mandatory and lists of selectable values
31+
32+ Allows successive data loads, provided that the format of the file and the position of the data match the original file used to create the DocType
33+
34+
35+ It is limited to data structures of simple records without tables. This version does not load a JSON or XML with hierarchized data in several levels.
2136
2237### License
2338
You can’t perform that action at this time.
0 commit comments