DataWizard support data export
Supports exporting to data types in FrameData. That is, the data formats that are allowed to be input are also allowed to be output.
Support to export Data[] or Datum[] ?
Support to export Data[] or Datum[] ?
Datum is the object, Datum[] is the object array, they are legal types of FrameData. But, I didn't find the definition of Data[].
Acceptable data types:

Support to export Data[] or Datum[] ?
Datumis the object,Datum[]is the object array, they are legal types ofFrameData. But, I didn't find the definition ofData[].
I mean the Datum object, ref to this discussion

Support to export Data[] or Datum[] ?
Datumis the object,Datum[]is the object array, they are legal types ofFrameData. But, I didn't find the definition ofData[].
LI's Datum is export type Datum = Record<string, string | number>;, it's the object.
Support to export Data[] or Datum[] ?
Datumis the object,Datum[]is the object array, they are legal types ofFrameData. But, I didn't find the definition ofData[].LI's Datum is
export type Datum = Record<string, string | number>;, it's the object.
I mean basically Datum should be exported by DW but not LI. 🤔 If DW could export Datum, then we can replace Datum in LI & SB by importing DW.
Okay, DW will support export Datum (in FrameData).