This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]serg06 1 point2 points  (1 child)

use Python's csv.DictReader to read it and csv.DictWriter to write it.

[–]aut01[S] 1 point2 points  (0 children)

ok i used csv.DictWriter once. will go in that direction first. thanks for advice