Warning: Trying to access array offset on value of type bool in
/is/htdocs/wp13465426_9ILOTLR0N8/www/help1stanswernew/inc/html.php on line
1164
Warning: Trying to access array offset on value of type bool in
/is/htdocs/wp13465426_9ILOTLR0N8/www/help1stanswernew/inc/html.php on line
1168
Warning: Trying to access array offset on value of type bool in
/is/htdocs/wp13465426_9ILOTLR0N8/www/help1stanswernew/inc/html.php on line
1171
Warning: Trying to access array offset on value of type bool in
/is/htdocs/wp13465426_9ILOTLR0N8/www/help1stanswernew/inc/html.php on line
1172
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
en:standardimport:generische_konfiguration_fuer_customer-_und_konfigurationitemimport [2012/08/08 08:36] srom |
en:standardimport:generische_konfiguration_fuer_customer-_und_konfigurationitemimport [2013/01/31 21:13] (current) |
| |
| <code xml> | <code xml> |
| <preProcessorSettings encoding="UTF-8" key="default" delimiter=";" sourceDirectory="ConfigurationItemImport\preProcessDir" fileMask="*.csv" templateFilePath="ConfigurationItemImport\format.xml" useHeaders="true" /> | <preProcessorSettings encoding="UTF-8" key="default" delimiter=";" sourceDirectory="ConfigurationItemImport\preProcessDir" fileMask="*.csv" templateFilePath="ConfigurationItemImport\format.xml" useHeaders="true" quote="QuotationMark" /> |
| </code> | </code> |
| |
| **fileMask:** A filter, to allow just "*.csv" files. \\ | **fileMask:** A filter, to allow just "*.csv" files. \\ |
| **templateFilePath:** A Template-XML-File. \\ | **templateFilePath:** A Template-XML-File. \\ |
| **useHeaders:** Defines if column headers are used (in the template file) othewise the culumns are named as following: column1, column2, columnN, ... | **useHeaders:** Defines if column headers are used (in the template file) othewise the culumns are named as following: column1, column2, columnN, ...\\ |
| | **quote:** (5.5.17.0+)Defines the signs, that surround the value of a field in CSV file (before and after delimeter) Possible values: |
| ==== Field mapping on XML-Import (Customer- and ConfigurationItemImport ==== | ^quote^Sample^Default value^ |
| | |NoQuotationMark|foo;bar;foo;bar oder foo;"ba"r;f"o"o;bar| | |
| | |QuotationMark|"foo";"bar";"foo";"bar"|x| |
| | |SingleQuotationMark|'foo';'bar';'foo';'bar'| | |
| | ==== Field mapping on XML-Import (Customer- and ConfigurationItemImport) ==== |
| |
| All field values can be modified before saving the data on importing an xml-file. | All field values can be modified before saving the data on importing an xml-file. |