Hi,
I have trouble with the aggregation of two excel files. These files have tons of columns and some of them don’t match up in terms of data format (string v. number). I know that I could use a number to string or string to number to make these merge.
However, this to me seems like a pain. Is there way to make this merge process default to one or the other without having to use a node?
HansS
June 22, 2021, 3:30pm
2
Hi @rparr009
Take a look at the Table Manipulator node.
gr. Hans
2 Likes
Hello @rparr009
In the ‘Excel Reader’ node there is a tab called Transformation, where you can enforce the data type and column names.
Aiming to help with comparing the 2 tables, you can use ‘Extract Table Spec’ node.
Regards
ipazin
June 23, 2021, 10:45am
4
Hello @rparr009 ,
With 4.4 this problem should be resolved.
Check this topic:
I’ve got a workflow that imports a CSV file and a Excel file to Join them.
Column 21 (and some more columns) occur to have only numbers in them, but not all the time.
When this happens the CSV reader and Excel Reader node get an error
ERROR CSV Reader 0:117:105 Execute failed: The column ‘Column21’ can’t be converted to the configured data type ‘String’. Change the target type or uncheck the enforce types option to map it to a compatible type.
The column type in Excel is set to St…
Br,
Ivan
3 Likes
Any word on when 4.4 will be available?
I have read this summer, are you guys thinking more like August or sooner?
ipazin
June 23, 2021, 1:36pm
6
Hello @rparr009 ,
sooner
Hi @debieo
Server version 4.13 (together with Analytics Platform version 4.4) is scheduled for release at the end of this month (i.e. just over a week from now). However, this is a .0 release which is not recommended for production. We will release a production ready release a little later, you can follow this thread to get a notification on the release.
https://forum.knime.com/t/knime-server-release-news/
Kind regards
Marvin
But think it’s still worth thinking about implementing Table Validator (Reference) node as it covers much more than just column types differences…
Br,
Ivan
1 Like
system
Closed
December 23, 2021, 1:37am
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.