Please Help!
I have two files that I need to load into one SQL table, my issue is the columns are not in the same order on the files causing an error message. I can't upload the files due to HIPAA but an example would be patient name in one file is in column A and in column G on file two.
Any thoughts, ideas, suggestions are greatly appreciated!
thanks Promethus but the columns have different names and are being pulled using the directory tool. Would I still be able to use the union tool?
@dngnc7 You can rearrange your columns using the Select tool. Can you upload fake data just to show me what you're talking about?
If they have different names, you have to standardize the naming convention and use Union tool as per @Prometheus ' suggestion.
Otherwise you'll run into an error. If you want to standardize the naming convention, may I suggest for you to either:
Thank you! Prometheus and caltang your solutions did the trick.