You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bulk-processor/lib/NGCP/BulkProcessor/Projects/ETL/Customer/settings.cfg

70 lines
1.8 KiB

#dry=0
#skip_errors=0
schema_version = Trunk
export_customers_multithreading = 1
export_customers_numofthreads = 4
export_customers_blocksize = 1000
customer_export_filename=customer_%s.csv
load_yml = load.yml
tabular_yml = tabular.yml
graph_yml = graph.yml
graph_fields_mode = whitelist
csv_all_expected_fields = 0
sqlite_db_file = sqlite
csv_dir = customer
tabular_single_row_txn = 1
ignore_tabular_unique = 0
#customer_import_filename=customer_20210216173615.json
#split_customers = 1
#customer_import_multithreading = 1
#customer_import_numofthreads = 4
#customer_reseller_name = default
#customer_billing_profile_name = Default Billing Profile
#customer_domain = test1610072315.example.org
#customer_contact_email_format = DN0%2$s%3$s@example.org
#customer_timezone = Europe/Vienna
#subscriber_profile_set_name = subscriber_profile_1_set_65261
#subscriber_profile_name = subscriber_profile_1_65261
## sip username as webusername:
##webusername_format = %1$s
## webusername = cc+ac+sn:
##webusername_format = %2$s%3$s%4$s
## webusername = 0+ac+sn:
#webusername_format = 0%3$s%4$s
## sip username as external_id:
##subscriber_externalid_format = %1$s
## external_id = cc+ac+sn:
##subscriber_externalid_format = %2$s%3$s%4$s
## external_id = 0+ac+sn:
#subscriber_externalid_format = 0%3$s%4$s
## subscriber contact will be created, only if one of below is set.
#subscriber_contact_email_format = DN0%2$s%3$s@domain.org
#subscriber_timezone = Europe/Vienna
#cf_default_priority: 1
#cf_default_timeout: 300
#cft_default_ringtimeout: 20
##write sql files for legacy db to set/unset the is_external pref of migrated subscribers:
#
#rollback_sql_export_filename_format = delete_subscribers_%s.sql
#rollback_sql_stmt_format = start transaction;call billing.remove_subscriber("%1$s",%2$s);commit;