Icon

Display Numbers - KNIME Forum (89782)

<p>Prepare a large number for clipboard copy and retain the full length without exponentials</p>

URL: KNIME Forum (89782) https://forum.knime.com/t/copying-and-pasting-large-numbers-from-knime-results-view/89782/4?u=mlauber71
URL: Number to String with Separators - KNIME Forum (89792) https://forum.knime.com/t/number-rounder-standard-string-removing-thousands-separator/89792/2?u=mlauber71

Prepare a large number for clipboard copy and retain the full length without exponentials

https://forum.knime.com/t/copying-and-pasting-large-numbers-from-knime-results-view/89782/4?u=mlauber71

KNIME & Python Overview

https://medium.com/p/aa4f3a55a768

2869997799.55
Table Creator
Number Format Manager
symbols.setGroupingSeparator(',');symbols.setDecimalSeparator('.');
Java Snippet (simple)
Component
Table Row to Variable
Statistics View
Number to String
by default will use the regionalnumber format
String Manipulation
Python Script
Number Rounder
@takbb component
Table to Markdown (clipboard)
symbols.setGroupingSeparator('.');symbols.setDecimalSeparator(',');
Java Snippet (simple)
var_cols_to_formatmy_number_rnd
String Configuration

Nodes

Extensions

Links