167 B
167 B
| 1 | country,state,city,code,taxRate |
|---|---|
| 2 | #header lines above |
| 3 | #This is just a country. |
| 4 | USA,,,,0.0 |
| 5 | USA,Wisconsin,,,5.0 #Wisconsin is expensive |
| 6 | USA,Wisconsin,Madison,53701,0.5 |
| 1 | country,state,city,code,taxRate |
|---|---|
| 2 | #header lines above |
| 3 | #This is just a country. |
| 4 | USA,,,,0.0 |
| 5 | USA,Wisconsin,,,5.0 #Wisconsin is expensive |
| 6 | USA,Wisconsin,Madison,53701,0.5 |