Tune amount/value

AfoHT
Mar 24, 2024, 9:57 PM
GFBOF5P6JNJMKDOUGDMC324DLDRABQJYL7NFKBGWEDCXUZXVVZJAC

Dependencies

  • [2] 5USC3DZ3 Split out CSV into a module
  • [3] LX2NJJ2B Fix typo: exorts -> exports

Change contents

  • replacement in src/ica_csv.rs at line 121
    [2.4700][2.4700:4732]()
    let amount_num = record
    [2.4700]
    [2.4732]
    let value_num = record
  • replacement in src/ica_csv.rs at line 186
    [2.6720][2.6720:6774]()
    amount_num.to_string().replace('.', ","),
    [2.6720]
    [2.6774]
    "".into(),
  • replacement in src/ica_csv.rs at line 190
    [2.6855][2.6855:6909]()
    amount_num.to_string().replace('.', ","),
    [2.6855]
    [2.6909]
    value_num.to_string().replace('.', ","),