Is there a way to rename a column name in a Database Query component. The source column name is different from my Target column name. I'm connected to a SQL server database. Any suggestions please?

Is there a way to rename a column name in a Database Query component. The source column name is different from my Target column name. I’m connected to a SQL server database. Any suggestions please?

I figured it out.

I just used column aliases in the Select Query ( Database Query Component) and it worked. So, something like

Select column_name1 AS column1 from <table_name>.

Hey @VVeda

Glad to hear you worked this out, can you explain how you did it? It would be brilliant to hear how and I am sure it will help other community users too! 😁

Thanks Joe

Thanks for sharing that with us @VVeda​ nice work!

Kind Regards, Joe