You have hardcoded the column names, as there are only 3 values. What if there are 100's off columns, how will you dynamically upload in Item object. Can you please explain me that.
I have a CSV file with a text column with multiple commas init say something like name1, name2. When I try to import the CSV, the columns in splitting into multiple columns. Name1 into one column and Name2 into another column. Can you please help?
good content. I have multiple csv files in s3 bucket folder uploaded from hdfs with header but columns are same. How do we import this to dynamo ? csv file name in s3 will not be same everytime.
best, most practical tutorial I have found. Thank you.
It's a great video. Very helpful and detailed. Thank you!
Thanks a lot... You made it so easy to understand it explain further😁🤘👍👍
Helpful tutorial. Thanks
You have hardcoded the column names, as there are only 3 values. What if there are 100's off columns, how will you dynamically upload in Item object. Can you please explain me that.
So do we need to keep the file name same everytime we upload in S3 ??
I need to do this but using nodejs, has anyone seen an example?
Nice explanation..
I have a CSV file with a text column with multiple commas init say something like name1, name2. When I try to import the CSV, the columns in splitting into multiple columns. Name1 into one column and Name2 into another column. Can you please help?
Very helpful
will this work if we have multiple buckets ?
while executing lambda function i am getting this error " 'utf-8' codec can't decode byte 0x82 in position 16: invalid start byte "
please help!!!
good content. I have multiple csv files in s3 bucket folder uploaded from hdfs with header but columns are same. How do we import this to dynamo ? csv file name in s3 will not be same everytime.
Thank you for this!