Tune amount/value
Dependencies
Change contents
- replacement in src/ica_csv.rs at line 121
let amount_num = recordlet value_num = record - replacement in src/ica_csv.rs at line 186
amount_num.to_string().replace('.', ","),"".into(), - replacement in src/ica_csv.rs at line 190
amount_num.to_string().replace('.', ","),value_num.to_string().replace('.', ","),