Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataWizard support data export #457

Open
pddpd opened this issue Jun 14, 2022 · 7 comments
Open

DataWizard support data export #457

pddpd opened this issue Jun 14, 2022 · 7 comments
Assignees
Labels
feat New feature or request

Comments

@pddpd
Copy link
Member

pddpd commented Jun 14, 2022

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 pddpd self-assigned this Jun 14, 2022
@pddpd pddpd added the feat New feature or request label Jun 14, 2022
@arranzeyuwang
Copy link
Contributor

Support to export Data[] or Datum[] ?

@pddpd
Copy link
Member Author

pddpd commented Jun 14, 2022

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
Copy link
Member Author

pddpd commented Jun 14, 2022

Acceptable data types:
image

@arranzeyuwang
Copy link
Contributor

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

@pddpd
Copy link
Member Author

pddpd commented Jun 14, 2022

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.

@arranzeyuwang
Copy link
Contributor

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.

@pddpd
Copy link
Member Author

pddpd commented Jun 14, 2022

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

@pddpd pddpd added PR: draft and removed feat New feature or request labels Apr 6, 2023
@chenluli chenluli added feat New feature or request and removed PR: draft labels Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants