Quantcast
Channel: Access VBA code to import specific columns of excel csv
Browsing latest articles
Browse All 12 View Live

Access VBA code to import specific columns of excel csv

Suppose this is a standarized output you could implement a correct "normalized" schemaE.g. Table1 : resistorsTable2 : wattTable3 : capacity.....etc (just guessing)then you could read the .csv in...

View Article


Access VBA code to import specific columns of excel csv

I would attempt that if the csv output was under my control. But it isn't This is an output from a different database and I have no control over the file format or columns generated.I could use a VBA...

View Article


Access VBA code to import specific columns of excel csv

@tmd63Once again I disagree with your conclusions.It is a very common issue to have data supplied from Excel or CSV in a format that is far from suitable for use in a database. I have to deal with...

View Article

Access VBA code to import specific columns of excel csv

Hans web site is eileenslounge com  ....  excellent community forum for something like this...

View Article

Access VBA code to import specific columns of excel csv

@isladogs52I would attempt that if the csv output was under my control. But it isn't This is an output from a different database and I have no control over the file format or columns generated.I could...

View Article


Access VBA code to import specific columns of excel csv

@tmd63I disagree. You need to change the structure at the time of import.If you maintain these 600+ fields in three or more separate tables, the time taken to do the import will be vastly outweighed by...

View Article

Access VBA code to import specific columns of excel csv

I need to import the entire set before I edit the wasted space in vba.Hi tmd63,If you read the CSV-file line by line, you can keep the first line with the headers in a variable, e.g. Header_arr, using...

View Article

Access VBA code to import specific columns of excel csv

I understand that 600+ columns are excessive, but this is an export of a company storage system that uses single fields for values dependent on the type of part so resistors would have...

View Article


Access VBA code to import specific columns of excel csv

so what the other 2 post - I agree as well... having said that - you are not (yet) in the world of Access - - you are first in a world of pure vba/text file manipulation to get that thing chopped into...

View Article


Access VBA code to import specific columns of excel csv

This is to be from Excel 2016 CSV and into Access 2003 mdb Formats.Hi tmd63,I agree with isladogs that 600+ columns is pretty much. In my applications I hardly reach 20 columns/fields.An alternate way...

View Article

Access VBA code to import specific columns of excel csv

First of all 600+ columns are never going to be appropriate for use in a relational database. You need to convert the data so it is properly normalisedHaving said that very important point and bear in...

View Article

Access VBA code to import specific columns of excel csv

I have a CSV file with 600+ columns and more than 1200+ rows.I need to create code to import the CSV file into 3 tables using the first column as a common link.The first table can use range to get the...

View Article
Browsing latest articles
Browse All 12 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>