Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
We are trying to load data from SAP DB to Datawarehouse in fabric. If we keep the default schema mapping then there is not issue of datatypes. But if we create tables giving size for varchar types then some columns fail to load data because it contains special characters.
How to handle this?
Need urgent help!!
Solved! Go to Solution.
Hi @ManasiL ,
Are you getting error saying table values truncation error? If so increase the size of varchar.
Is any of your column name has space in it? Fabric doesnt allow space in column names. Please check that as well.
Hello,
Thank you for your response. To answer your questions:
There is not space in column names.
Yes i was getting the truncation error.
To resolve this, for such text descriptive columns we set the column size to 200 whereas the source column size was around 50 and it solved our issue.
Hi @ManasiL ,
Are you getting error saying table values truncation error? If so increase the size of varchar.
Is any of your column name has space in it? Fabric doesnt allow space in column names. Please check that as well.
What error are you getting?
Is the default mapping auto-creating varchar columns of size 8000?
And when you manually create the table, you give a specific varchar size? Something like varchar(30)?
Are you getting an error about data size truncating on the table you manually create?
User | Count |
---|---|
7 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
10 | |
9 | |
5 | |
3 | |
3 |