I have a system that provides a monthly 2-4gb backup via BCP (Bulk Copy Program - SQL Server). Can Talend import a BCP file? I need to parse it and break it up into different sections for insert into S3 buckets (parquet files).
Sorry for the vague question. We don't have a SQL Server to use as an intermediary so I'm looking at big file, extract, push to s3.