Hi Team,
We encounter a external data base issues. The external data base table name with some upper case letters and also the column name. It seems that the DataLoading activity of workflow can not read these table. Just wonder if there is a workaround to solve this problem?
Solved! Go to Solution.
Views
Replies
Total Likes
hi,
It's a known issue on PostgreSQL. You should change you column names to lowercase.
Alternatively, you can create a view with columns to lowercase letter but it's not the best solution compared to changing the column names itself in the table, as views will have performance impacts.
Thanks,
David
Views
Replies
Total Likes
hi,
It's a known issue on PostgreSQL. You should change you column names to lowercase.
Alternatively, you can create a view with columns to lowercase letter but it's not the best solution compared to changing the column names itself in the table, as views will have performance impacts.
Thanks,
David
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies