Ernesto_Paez
MIS
Hi everyone,
here is my question, would like to know some suggestions, to see if this is possible.
i have an application named Autodesk inventor 2018, where we create dwgs, but each object in there has a tag or value, so i can use some vb scripts to extract the data to excel but have not been able to extract it as the dbf structure as the table has a lot of fileds where i am not be filling from the excel, the problem is that the dbf file structure is in a particular order and the excel file extracted will have some of the columns needed with values but not in the same order as the table, so i am wondering if i can do something in VFP 9.0 to remap those columns/values to the corresponded fields in the table ?
FOR example the excel file extracted columns can look something like this.
and my tables structure fields is like this.
so i am wondering if it is way to remap the values from the excel file above to the table ? if so can i get some clues?
Thanks in advance
here is my question, would like to know some suggestions, to see if this is possible.
i have an application named Autodesk inventor 2018, where we create dwgs, but each object in there has a tag or value, so i can use some vb scripts to extract the data to excel but have not been able to extract it as the dbf structure as the table has a lot of fileds where i am not be filling from the excel, the problem is that the dbf file structure is in a particular order and the excel file extracted will have some of the columns needed with values but not in the same order as the table, so i am wondering if i can do something in VFP 9.0 to remap those columns/values to the corresponded fields in the table ?
FOR example the excel file extracted columns can look something like this.
Code:
DRAW NO REV BALL NO DESCRIPT PART NO VENDPART NO
values values values values values values
and my tables structure fields is like this.
Code:
job_no draw_no ball_no part_no vend_partno descript rev etc etc more fields
so i am wondering if it is way to remap the values from the excel file above to the table ? if so can i get some clues?
Thanks in advance