 | | Re: Standardized Inventory File Format?
|
|
(...) I wasn't speaking for myself--I could learn Perl, if I wanted. I haven't needed to yet, and haven't felt like making the time--other activities have higher priorities. I was thinking of people who aren't programmers, don't know how to program, (...) (27 years ago, 28-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
(...) Are you speaking for yourself? If so, explain why you'd rather use some other programming language system in place of Perl. Remember, we're trying to design a standard that will work for lots of people who aren't here to represent themselves. (...) (27 years ago, 27-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
Op een zekere dag, te weten Thu, 23 Sep 1999 13:54:23 GMT, klom blisses@worldnet.att.net (Steve Bliss) in het toetsenbord en schreef ons: (...) Excel (97) at least can import multi-char delimeters. In the import-window, you can choose the delimeter (...) (27 years ago, 25-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
(...) But any major dude with half a heart surely will tell you, my friend... - ABSie Dan (well. it seemed funny at the time, but I still have coaster hair so what do I know. Could be all the mosquitoes I inhaled while screaming.) -- Larry Pieniazek (...) (27 years ago, 25-Sep-99, to lugnet.db.inv, lugnet.off-topic.fun)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
Steve Bliss wrote in message <37ebce49.24708031@l...et.com>... (...) will do (...) I could easily write an inventory file formatting program to perform this task. It would give the user full control over how he/she wanted a file to be formatted, and (...) (27 years ago, 24-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
(...) But not every major user wants to run Perl. Steve (27 years ago, 24-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
(...) It doesn't do much good if the use of commas makes it so the columns don't line up. You want these inventory files to be easy to read by humans, and that means the columns need to line up! If we use commas as delimeters, we also need to add (...) (27 years ago, 23-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
(...) Yes -- the way to do that type of transformation in a single operation is to replace the grep expression / +/ with /,/. Of course, if you don't have grep replace in your text editor, get a real text editor (-: Just kidding! Every major OS can (...) (27 years ago, 23-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
(...) My parts database format is human-readable and well-suited to use by programs as well as humans, and solves your problem quite well. My inventory scripts use it. Look at: (URL) are some sample entries: ld2412, mr0055 Name: 1 x 2 tile with (...) (27 years ago, 23-Sep-99, to lugnet.db.inv)
|
| |
 | | Re: Standardized Inventory File Format?
|
|
Steve Bliss wrote in message <37ea300b.59491442@l...et.com>... (...) People may end up with multiple commas if there happens to be a gap of six or more spaces, then. Of course after replacing ' ' with ',', they could replace ',,' with ','. It might (...) (27 years ago, 23-Sep-99, to lugnet.db.inv)
|