ContributionsMost RecentMost LikesSolutionsRead multiple CSV in a S3 and load in diferente table Hi all, I have a S3 bucket with 3 files with different name, I need to read these files and based in each name insert the data in different table. Was thinking about: a S3 file browser - Mapper - Route - insert Any suggestion? SolvedRe: SQL Bulk load truncating data Hey @Garrett do you solved that? Same problem here. Re: Table Creation in SQL server with specific data type using data from excel file Hi Darsh, Thank you very much! Will try this solution! Table Creation in SQL server with specific data type using data from excel file Hi all, Thanks in advance for read and any help here. I have a pipeline where I had a excel file, with columns name and table name, so first I read this excel file and them make a parse, this is a sample of the excel file: So I want (if not exist) create a table AAA with the columns 0XX5, 0XX6, 0XX7, 0XX8, 0XX9 each one with the respective Datatype, how can I o that?