Multiple Doublify Processor

Modified on Tue, 30 Nov 2021 at 02:36 PM

Overview

The Multiple Doublify Processor changes value attributes to type Ratio-Scaled / Double.


Input

The processor takes any valid dataset as input. It converts any numeric values (also those of type string) and datetimes to double values.

Note that Values with format datetime get converted to a numeric timestamp with type double as well.


Configuration


Output

The input dataset is forwarded to the output with the selected columns converted to double (if possible, else it is to the default value).


Example

Example Input

As example input, we have four columns:

  • A: contains numbers in text/string format
  • B: integer values
  • C: text values that are invalid for conversion
  • D: datetime values


Workflow


Example Configuration

In the example configuration, all columns are selected, and the default value is set to 999.

Result



In the result, all columns got connverted successfully, except "Invalid" . To check if the type of the columns is now a double, we can either check the table entries under the projects Data Tables view, or open the "Json Result" tab of the table:



Related Articles

Multiple Intify Processor

Stringify Processor

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article