G
Guest
I am evaluating new copiers for our enterprise & one of the things I have to
deal with is account tracking. I want to consider the device’s built in
account tracking apposed to a 3rd party tracking package. One of the
manufacturers in their infantine wisdom they got carried away with the export
file. It’s a CSV file with greater that 256 columns/fields. For each copier
40+ I will have a CSV log with page counts by department. I want only a few
fields out of this file. When I try to import it in Access it displays
perfectly in the Import wizard preview but when the table is created the data
is all shifted & of course it only has 256 fields. Even if I choose SKIP
on all the other fields. I'm not a programmer & don't know VBA. If I pass it
off to our programmers it will never happen. I'm still waiting for them to
parse other data from a year ago :{ I have been able to piece together some
VBS code for windows scripting so I'm not totally inept. I guess I want some
input from someone who knows what they are doing. I don't want to pound my
head against the wall if it can't be done in Access. If I have to parse the
CSV's prior to import does anyone have any suggestions for utility that I can
execute from a command line? If it can be done in VBA could someone give me
some sample code?
deal with is account tracking. I want to consider the device’s built in
account tracking apposed to a 3rd party tracking package. One of the
manufacturers in their infantine wisdom they got carried away with the export
file. It’s a CSV file with greater that 256 columns/fields. For each copier
40+ I will have a CSV log with page counts by department. I want only a few
fields out of this file. When I try to import it in Access it displays
perfectly in the Import wizard preview but when the table is created the data
is all shifted & of course it only has 256 fields. Even if I choose SKIP
on all the other fields. I'm not a programmer & don't know VBA. If I pass it
off to our programmers it will never happen. I'm still waiting for them to
parse other data from a year ago :{ I have been able to piece together some
VBS code for windows scripting so I'm not totally inept. I guess I want some
input from someone who knows what they are doing. I don't want to pound my
head against the wall if it can't be done in Access. If I have to parse the
CSV's prior to import does anyone have any suggestions for utility that I can
execute from a command line? If it can be done in VBA could someone give me
some sample code?