Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

File metadata and controls

8 lines (5 loc) · 290 Bytes

Notes on transforming data from excel to the json format used by gearforce

  1. change column headings to match expected

  2. remove new line symbols \n

  3. weapons with multiple traits need to have the comma removed from between the traits

    • Example: (Apex, Precise) -> (Apex Precise)