Hello all,
I have a flat file such as:
Model Color
A1 Black
A1 White
A1 Blue
B2 White
B2 Black
B2 Yellow
I need the data in a different horizontal flat file structure for usage with OSCommerce:
Model Color1 Color2 Color3
A1 Black White Blue
B2 White Black Yellow
I am assuming that converting this to two tables (Model and Color) with a one to many relationship between Model.Model and Color.Model is my best first step. Then I can generate whatever flat file format I need from that.
Any suggestions on where to start? Thanks for the help!
Derek Basch
I have a flat file such as:
Model Color
A1 Black
A1 White
A1 Blue
B2 White
B2 Black
B2 Yellow
I need the data in a different horizontal flat file structure for usage with OSCommerce:
Model Color1 Color2 Color3
A1 Black White Blue
B2 White Black Yellow
I am assuming that converting this to two tables (Model and Color) with a one to many relationship between Model.Model and Color.Model is my best first step. Then I can generate whatever flat file format I need from that.
Any suggestions on where to start? Thanks for the help!
Derek Basch