Commit ae11c124 by liyijie

fix: syntex error

parent 61c88dd3
......@@ -106,8 +106,8 @@ module TalltyImportExport
def convert_data line_info
info = line_info.with_indifferent_access
import_headers_result.reduce({}) do |h, _header|
k = _header[:key]
import_headers_result.reduce({}) do |h, header|
k = header[:key]
v = info[k]
# header[:convert] = handle_xxx
# handle_xxx(val, processing_line_info, raw_line_info)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment