Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHi All,
Issue:
When input <List of Sheet Names>, Alteryx will assign data type and size accordingly.
Example:
File | Sheet Name | Data Type | Size |
Book1 | MTD 매출 조회 | V_WString | 9 |
Book2 | MTD 매출 (KT&G) | V_WString | 13 |
It become a problem, when input with multiple files with wildcard (Input file Book*xlsx).
It will be skipped due to "has a different schema than the 1st file in the set and will be skipped"
Solution:
Very simple, always same data type and size, like in formula tool. V_Wstring, with size 1073741823.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.