AVA icon indicating copy to clipboard operation
AVA copied to clipboard

DataWizard support data export

Open pddpd opened this issue 2 years ago • 7 comments

Supports exporting to data types in FrameData. That is, the data formats that are allowed to be input are also allowed to be output.

pddpd avatar Jun 14 '22 03:06 pddpd

Support to export Data[] or Datum[] ?

arranzeyuwang avatar Jun 14 '22 03:06 arranzeyuwang

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[].

pddpd avatar Jun 14 '22 03:06 pddpd

Acceptable data types: image

pddpd avatar Jun 14 '22 03:06 pddpd

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[].

I mean the Datum object, ref to this discussion image

arranzeyuwang avatar Jun 14 '22 03:06 arranzeyuwang

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[].

LI's Datum is export type Datum = Record<string, string | number>;, it's the object.

pddpd avatar Jun 14 '22 03:06 pddpd

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[].

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.

arranzeyuwang avatar Jun 14 '22 03:06 arranzeyuwang

Okay, DW will support export Datum (in FrameData).

pddpd avatar Jun 14 '22 03:06 pddpd