Sha256: b0fb3339fbb4f00dc8334b2a8c77b7dc4c63949b2bc884fb7b56314d31bd89f6
Contents?: true
Size: 740 Bytes
Versions: 2
Compression:
Stored size: 740 Bytes
Contents
in: type: file path_prefix: samples/sample_01.csv parser: charset: UTF-8 newline: CRLF type: csv delimiter: ',' quote: '"' escape: '"' null_string: 'NULL' trim_if_not_quoted: false skip_header_lines: 1 allow_extra_columns: false allow_optional_columns: false columns: - {name: id, type: string} - {name: title, type: string} - {name: speakers, type: string} - {name: description, type: string} - {name: link, type: string} out: type: azuresearch endpoint: https://yoichikademo.search.windows.net api_key: 9E55964F8254BBXX04D53F66A39AF5EB search_index: sampleindex01 column_names: id,title,speakers,text,url key_names: id,title,speakers,description,link
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-azuresearch-0.1.1 | samples/config-csv2azuresearch.yml |
embulk-output-azuresearch-0.1.0 | samples/config-csv2azuresearch.yml |