|
| 1 | +{ |
| 2 | + "azure_blob_storage_endpoint": "http://localhost:10000/account1", |
| 3 | + "azure_blob_storage_account_name": "account1", |
| 4 | + "azure_blob_storage_account_key": "key1", |
| 5 | + "azure_blob_storage_container_name": "testcontainer", |
| 6 | + "streams": [ |
| 7 | + { |
| 8 | + "name": "users", |
| 9 | + "file_type": "csv", |
| 10 | + "globs": ["**/test_csv_users*.csv"], |
| 11 | + "legacy_prefix": "", |
| 12 | + "validation_policy": "Emit Record", |
| 13 | + "format": { |
| 14 | + "filetype": "csv", |
| 15 | + "delimiter": ",", |
| 16 | + "quote_char": "\"", |
| 17 | + "double_quote": true, |
| 18 | + "null_values": [ |
| 19 | + "", |
| 20 | + "#N/A", |
| 21 | + "#N/A N/A", |
| 22 | + "#NA", |
| 23 | + "-1.#IND", |
| 24 | + "-1.#QNAN", |
| 25 | + "-NaN", |
| 26 | + "-nan", |
| 27 | + "1.#IND", |
| 28 | + "1.#QNAN", |
| 29 | + "N/A", |
| 30 | + "NA", |
| 31 | + "NULL", |
| 32 | + "NaN", |
| 33 | + "n/a", |
| 34 | + "nan", |
| 35 | + "null" |
| 36 | + ], |
| 37 | + "true_values": ["1", "True", "TRUE", "true"], |
| 38 | + "false_values": ["0", "False", "FALSE", "false"], |
| 39 | + "inference_type": "Primitive Types Only", |
| 40 | + "strings_can_be_null": false, |
| 41 | + "encoding": "utf8", |
| 42 | + "header_definition": { |
| 43 | + "header_definition_type": "From CSV" |
| 44 | + } |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "purchases", |
| 49 | + "file_type": "csv", |
| 50 | + "globs": ["**/test_csv_purchases*.csv"], |
| 51 | + "legacy_prefix": "", |
| 52 | + "validation_policy": "Emit Record", |
| 53 | + "format": { |
| 54 | + "filetype": "csv", |
| 55 | + "delimiter": ",", |
| 56 | + "quote_char": "\"", |
| 57 | + "double_quote": true, |
| 58 | + "null_values": [ |
| 59 | + "", |
| 60 | + "#N/A", |
| 61 | + "#N/A N/A", |
| 62 | + "#NA", |
| 63 | + "-1.#IND", |
| 64 | + "-1.#QNAN", |
| 65 | + "-NaN", |
| 66 | + "-nan", |
| 67 | + "1.#IND", |
| 68 | + "1.#QNAN", |
| 69 | + "N/A", |
| 70 | + "NA", |
| 71 | + "NULL", |
| 72 | + "NaN", |
| 73 | + "n/a", |
| 74 | + "nan", |
| 75 | + "null" |
| 76 | + ], |
| 77 | + "true_values": ["1", "True", "TRUE", "true"], |
| 78 | + "false_values": ["0", "False", "FALSE", "false"], |
| 79 | + "inference_type": "Primitive Types Only", |
| 80 | + "strings_can_be_null": false, |
| 81 | + "encoding": "utf8", |
| 82 | + "header_definition": { |
| 83 | + "header_definition_type": "From CSV" |
| 84 | + } |
| 85 | + } |
| 86 | + }, |
| 87 | + { |
| 88 | + "name": "products", |
| 89 | + "file_type": "csv", |
| 90 | + "globs": ["**/test_csv_products*.csv"], |
| 91 | + "legacy_prefix": "", |
| 92 | + "validation_policy": "Emit Record", |
| 93 | + "format": { |
| 94 | + "filetype": "csv", |
| 95 | + "delimiter": ",", |
| 96 | + "quote_char": "\"", |
| 97 | + "double_quote": true, |
| 98 | + "null_values": [ |
| 99 | + "", |
| 100 | + "#N/A", |
| 101 | + "#N/A N/A", |
| 102 | + "#NA", |
| 103 | + "-1.#IND", |
| 104 | + "-1.#QNAN", |
| 105 | + "-NaN", |
| 106 | + "-nan", |
| 107 | + "1.#IND", |
| 108 | + "1.#QNAN", |
| 109 | + "N/A", |
| 110 | + "NA", |
| 111 | + "NULL", |
| 112 | + "NaN", |
| 113 | + "n/a", |
| 114 | + "nan", |
| 115 | + "null" |
| 116 | + ], |
| 117 | + "true_values": ["1", "True", "TRUE", "true"], |
| 118 | + "false_values": ["0", "False", "FALSE", "false"], |
| 119 | + "inference_type": "Primitive Types Only", |
| 120 | + "strings_can_be_null": false, |
| 121 | + "encoding": "utf8", |
| 122 | + "header_definition": { |
| 123 | + "header_definition_type": "From CSV" |
| 124 | + } |
| 125 | + } |
| 126 | + } |
| 127 | + ] |
| 128 | +} |
0 commit comments