flow icon indicating copy to clipboard operation
flow copied to clipboard

Increase type conversions connections can do

Open andrewdavidmackenzie opened this issue 6 years ago • 2 comments

Build a set of type conversions (for Json Serde values?) and then allow connections to be made between IO of different types and do on the fly type conversion.

When compiling/building (ui) flow, check the type conversions are allowed.

andrewdavidmackenzie avatar Mar 11 '18 17:03 andrewdavidmackenzie

List of conversion ideas

  • Text to Number
  • Number to Text

Already done

  • Item to Array
  • Array to item
  • Array of arrays to array
  • etc

andrewdavidmackenzie avatar Mar 17 '23 16:03 andrewdavidmackenzie

When do some of those, we can remove code from some functions, like stdout?

andrewdavidmackenzie avatar Mar 17 '23 17:03 andrewdavidmackenzie