Files
QB-Import-from-Excel/data/config.json
T
2026-02-13 10:38:45 -05:00

17 lines
385 B
JSON

{
"import_settings": {
"skip_duplicates": true,
"duplicate_check_fields": [
"DocNumber"
],
"batch_size": 100,
"validate_before_import": true,
"create_missing_references": false,
"date_format": "%m/%d/%Y",
"decimal_separator": ".",
"thousand_separator": ","
},
"recent_files": [],
"last_template": null,
"qbo_environment": "sandbox"
}