How to save comprehensive parts list for multiple models?


IMHO, we should keep it as simple as possible
#11
well, I was thinking of something very, very, very simple.
actually, the mpd file already carries all needed information,
just in a non-accumulated way.
so probably json is a little overkill, since it re-invents what mpd already is.

the csv, accumulating the part counts, however, could be used in creating statistics, inventories, etc.
http://www.peeron.com/inv/sets/7740-1

for this purpose, a simple accumulation by counting parts would be sufficient IMHO:
a simple sequence of lines, each line consisting of
count;part_number;color;comment
, the last element being optional. So, a model consisting of
1x part 4083 in black,
28x part 3005 in yellow,
28x part 3005 in red
would have this csv representation:

1;4083;0
28;3005;14
28;3005;4

actually, it is not really "comma-separated", but instead "semicolon-separated",
but that variant in many programs is understood. maybe the tool can have an option for choosing the separation char.
we could also use

1,4083,0
28,3005,14
28,3005,4

, or we could use the filename instead of the part number:

1,"4083.dat",0
28,"3005.dat",14
28,"3005.dat",4

please consider all this just as an inspiration.
Having such a tool would prevent set inventories sites
from having to invent an own, proprietary format again and again.
Reply
« Next Oldest | Next Newest »



Messages In This Thread
mpd - by Steffen - 2011-12-07, 22:03
tutorial - by Derek - 2011-12-07, 23:25
Brickforge - by Jean-Philippe Ouellet - 2011-12-08, 2:01
Re: Brickforge - by Steffen - 2011-12-08, 2:48
Re: Brickforge - by Jean-Philippe Ouellet - 2011-12-08, 2:55
Re: Brickforge - by Orion Pobursky - 2011-12-08, 3:11
Re: Brickforge - by Orion Pobursky - 2011-12-08, 3:41
Re: Brickforge - by Derek - 2011-12-08, 22:06
Re: BrickStore - by Jean-Philippe Ouellet - 2011-12-08, 22:31
Re: BrickStore - by Derek - 2011-12-10, 18:06
Re: BrickStore - by Jean-Philippe Ouellet - 2011-12-10, 19:37
Re: BrickStore - by Derek - 2011-12-11, 11:40
Re: BrickStore - by Jean-Philippe Ouellet - 2011-12-11, 17:44
Re: BrickStore - by Derek - 2011-12-14, 14:35
Re: BrickStore - by Jean-Philippe Ouellet - 2011-12-15, 2:16
Re: BrickStore - by Derek - 2011-12-16, 11:19
Idea! - by Derek - 2011-12-16, 11:31
Re: Idea! - by Jean-Philippe Ouellet - 2011-12-16, 16:03
Re: Idea! - by Derek - 2011-12-17, 13:44
Re: Idea! - by Jean-Philippe Ouellet - 2011-12-17, 15:20
parts not part of the model - by Steffen - 2011-12-08, 2:04
IMHO, we should keep it as simple as possible - by Steffen - 2011-12-08, 2:40

Forum Jump:


Users browsing this thread: 1 Guest(s)