changed output field sparator #687
This commit is contained in:
@@ -457,7 +457,7 @@ fn _get_serialized_disp_output(data: &LinkedHashMap<String, String>, header: boo
|
||||
.from_writer(vec![]);
|
||||
|
||||
disp_serializer.write_record(ret).ok();
|
||||
String::from_utf8(disp_serializer.into_inner().unwrap_or_default()).unwrap_or_default()
|
||||
String::from_utf8(disp_serializer.into_inner().unwrap_or_default()).unwrap_or_default().replace('|', "‖")
|
||||
}
|
||||
|
||||
/// return str position in output file
|
||||
|
||||
Reference in New Issue
Block a user