Reading table schema from redshift
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023
07:13 AM
01-24-2023
07:13 AM
Reading table schema from redshift
When i read any values from a table in testcomplete, that works but when I read column names and try to copy them in a list in python, there seems to be a limit of 7 characters and any column names that are longer than that are read as null. How can I solve this problem in test complete.
Labels:
- Labels:
-
BDD Tests
-
Script Tests
-
Variables
-
Web Testing
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023
07:33 AM
01-24-2023
07:33 AM
Using the Object Spy tool, and checking the column names, is it greater than 7 characters? If yes, then can you post your code with the issue please?
