Right now I have an Attribute view pulling from 5 different tables with different data. They are all connected with an ID.
I have a .csv file with columns that need to be uploaded to all 5 tables. The .csv columns dont have the same names as the current columns, but I can change this if i need to.
Right now I am importing the selected columns to each table and after I'm done they show up in my Attribute View fine.
I was just wondering if there is an easier way to do this, instead of importing the csv 5 different times.
Thanks