in: type: file path_prefix: ./test parser: charset: UTF-8 newline: CRLF type: jsonl delimiter: ',' quote: '' escape: '' skip_header_lines: 0 columns: - {name: c0, type: string} - {name: c1, type: string} schema: - {name: name, type: string} - {name: age, type: long} exec: {}