"Excel-Import doesn't work for Strings like '4711"
Find more posts tagged with
Sort by:
1 - 5 of
51
Here we go
<operator name="Root" class="Process" expanded="yes">
<operator name="ExcelExampleSource" class="ExcelExampleSource">
<parameter key="excel_file" value="U:\rm_sampel_excel_string.xls"/>
</operator>
</operator>
Again:
If i try to import a file like
test_var
'4711
'4712
'4713
the value type is integer
Cheers
Thomas
<operator name="Root" class="Process" expanded="yes">
<operator name="ExcelExampleSource" class="ExcelExampleSource">
<parameter key="excel_file" value="U:\rm_sampel_excel_string.xls"/>
</operator>
</operator>
Again:
If i try to import a file like
test_var
'4711
'4712
'4713
the value type is integer
Cheers
Thomas
I cannot reproduce this. If I try to import an excel file with just this string, it's correctly identified as polynominal. Could you please post your process xml?
Regards,
Marco