csv files
Moderator: Moderators
- village idiot
- diesel demon
- Posts: 2467
- Joined: Sat Jan 21, 2006 10:30 pm
- Location: In a world of his own
- Has thanked: 104 times
- Been thanked: 104 times
csv files
does anyone have a program i can use to access a csv file?
i have a pricelist from one of our suppliers on excel that it tells you o convert to a csv file for access by an accounts program
i just need something i can input a part number & number required & it will show list price, discount, nett price & total & if possible i can add in our own part number where possible
if neccessary i can email the excel file
i have a pricelist from one of our suppliers on excel that it tells you o convert to a csv file for access by an accounts program
i just need something i can input a part number & number required & it will show list price, discount, nett price & total & if possible i can add in our own part number where possible
if neccessary i can email the excel file
i love being married
it's great to find that one special person that you want to annoy for the rest of your life
I have a soft spot for the wife, it's a peat bog just outside Ardross
Still Yes Highland
it's great to find that one special person that you want to annoy for the rest of your life
I have a soft spot for the wife, it's a peat bog just outside Ardross
Still Yes Highland
- village idiot
- diesel demon
- Posts: 2467
- Joined: Sat Jan 21, 2006 10:30 pm
- Location: In a world of his own
- Has thanked: 104 times
- Been thanked: 104 times
i can open in excel, it's over 100 pages worth if printed
i just wondered if there was something i could use where all i needed to do was type in the part number & quantity required & it would do the rest
instead of looking up the catalogue, finding the part & list price, then getting a sheet which tells you what percentage discount you get so you can work out the nett price
i just wondered if there was something i could use where all i needed to do was type in the part number & quantity required & it would do the rest
instead of looking up the catalogue, finding the part & list price, then getting a sheet which tells you what percentage discount you get so you can work out the nett price
i love being married
it's great to find that one special person that you want to annoy for the rest of your life
I have a soft spot for the wife, it's a peat bog just outside Ardross
Still Yes Highland
it's great to find that one special person that you want to annoy for the rest of your life
I have a soft spot for the wife, it's a peat bog just outside Ardross
Still Yes Highland
-
- Newly registered Member
- Posts: 24
- Joined: Tue Sep 30, 2008 10:53 am
- Has thanked: 0
- Been thanked: 0
You could import the file into a database such as MS access, then create a simple query to output your required data.village idiot wrote: i just wondered if there was something i could use where all i needed to do was type in the part number & quantity required & it would do the rest
instead of looking up the catalogue
The calculations for working out net, discount, VAT and gross pricing can also be done real time within MS access.
- Hoovie
- Borders Bodger
- Posts: 8168
- Joined: Fri Jul 27, 2007 6:06 pm
- Location: Scottish Borders & East Devon
- Has thanked: 0
- Been thanked: 4 times
getting overcomplicated I would say.
VI is just looking (I think) for a way to type in a Part number and show the line of data in the file for that part - simple bit of Excel formula will be that
VI is just looking (I think) for a way to type in a Part number and show the line of data in the file for that part - simple bit of Excel formula will be that
I went to a bookstore and asked the saleswoman, "Where's the self-help section?"
She said if she told me, it would defeat the purpose.
She said if she told me, it would defeat the purpose.
-
- Newly registered Member
- Posts: 31
- Joined: Sun Dec 02, 2007 3:31 pm
- Has thanked: 0
- Been thanked: 0
- Hoovie
- Borders Bodger
- Posts: 8168
- Joined: Fri Jul 27, 2007 6:06 pm
- Location: Scottish Borders & East Devon
- Has thanked: 0
- Been thanked: 4 times
Sorry for the language, but only one word in reply.... B*llocks
VIs data is provided in a flat file, and how he has described what he wants, Excel (which is a flatfile database application) is perfect for it.
VIs data is provided in a flat file, and how he has described what he wants, Excel (which is a flatfile database application) is perfect for it.
I went to a bookstore and asked the saleswoman, "Where's the self-help section?"
She said if she told me, it would defeat the purpose.
She said if she told me, it would defeat the purpose.
- village idiot
- diesel demon
- Posts: 2467
- Joined: Sat Jan 21, 2006 10:30 pm
- Location: In a world of his own
- Has thanked: 104 times
- Been thanked: 104 times
-
- Newly registered Member
- Posts: 24
- Joined: Tue Sep 30, 2008 10:53 am
- Has thanked: 0
- Been thanked: 0
True Hoovie, this will work equally well, however the entire file has to be loaded into memory if using Excel which is fine but would slow down if the file got too large. On saying that it would proberbly suit VI's application ok.Hoovie wrote:Sorry for the language, but only one word in reply.... B*llocks
VIs data is provided in a flat file, and how he has described what he wants, Excel (which is a flatfile database application) is perfect for it.
I once developed a SQL database with held over 1.4 million entries of world wide tracking codes for shipping containers, the query averages 0.3 seconds to find any entry. It's still being used to this day
- Hoovie
- Borders Bodger
- Posts: 8168
- Joined: Fri Jul 27, 2007 6:06 pm
- Location: Scottish Borders & East Devon
- Has thanked: 0
- Been thanked: 4 times
if you have a database over a certain size, then you do need to start moving into RDMS type products. if a csv file can be loaded into Excel, then it is probably less then 65,535 lines long and is still fair game for flatfile use, I would say (Excel 2007 has removed that limitation and I dread to think how slow that could get if misused )
The reason I said Excel would do this was that I have had to use Excel to combine literally 1,000's of 10-year costing models into a single Excel workbook as Excel was the standard data tool (rightly or wrongly) so had to work out best way to manage a high volume of data in a less-the-ideal tool, and knew which formulae would do the trick
VI's Excel search is - to the user - instant
Good to have you on the Forum, Ken - always good to swap ideas and info
The reason I said Excel would do this was that I have had to use Excel to combine literally 1,000's of 10-year costing models into a single Excel workbook as Excel was the standard data tool (rightly or wrongly) so had to work out best way to manage a high volume of data in a less-the-ideal tool, and knew which formulae would do the trick
VI's Excel search is - to the user - instant
Good to have you on the Forum, Ken - always good to swap ideas and info
I went to a bookstore and asked the saleswoman, "Where's the self-help section?"
She said if she told me, it would defeat the purpose.
She said if she told me, it would defeat the purpose.
- village idiot
- diesel demon
- Posts: 2467
- Joined: Sat Jan 21, 2006 10:30 pm
- Location: In a world of his own
- Has thanked: 104 times
- Been thanked: 104 times
well the file got used today & works a treat
saves a lot of time, next stop is tidying up SXe, when the database was swapped over from Opera it created a few anomolies
saves a lot of time, next stop is tidying up SXe, when the database was swapped over from Opera it created a few anomolies
i love being married
it's great to find that one special person that you want to annoy for the rest of your life
I have a soft spot for the wife, it's a peat bog just outside Ardross
Still Yes Highland
it's great to find that one special person that you want to annoy for the rest of your life
I have a soft spot for the wife, it's a peat bog just outside Ardross
Still Yes Highland