From 296443137f4288cb030e92859ccfbe3204bc1088 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Tue, 17 Mar 2020 14:55:41 +0530 Subject: initial commit --- bin/scripting/plugins/bom2grouped_csv.xsl | 104 ++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 bin/scripting/plugins/bom2grouped_csv.xsl (limited to 'bin/scripting/plugins/bom2grouped_csv.xsl') diff --git a/bin/scripting/plugins/bom2grouped_csv.xsl b/bin/scripting/plugins/bom2grouped_csv.xsl new file mode 100644 index 0000000..e9b8446 --- /dev/null +++ b/bin/scripting/plugins/bom2grouped_csv.xsl @@ -0,0 +1,104 @@ + + + + + +]> + + + + + + + + + + + + + + Reference, Quantity, Value, Footprint, Datasheet + + + + , + + + + + + + + + + + + &nl; + + + + + , + + , + " + "," + "," + " + + + + + + + + + + + + + + ," + + + + + + + + + " + + + + + + + \ No newline at end of file -- cgit