I need to make a coordinate file for my factory and they want it in a specific format, example below.
header
### Module positions - created on Tue Mar 22 17:58:38 2011 ### ### Printed by PcbNew version pcbnew (2010-12-28 BZR 2695)-testing ## Unit = inches, Angle = deg. ## Side : Front
each item like so
C1 | 2p2 | 2.0200 | 1.7800 | 270.0 | Front |
C2 | 1nF | 2.1900 | 1.7150 | 0.0 | Front |
C3 | 1pF | 2.1332 | 1.8200 | 90.0 | Front |
C4 | 18pF | 2.1900 | 1.7450 | 0.0 | Front |
how can I generate this?