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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug: Use TS or JS to introduce the incomplete data of the API data #8476

Closed
1 task done
Kiss-World opened this issue May 14, 2024 · 1 comment
Closed
1 task done

Comments

@Kiss-World
Copy link

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

Using Python can be imported complete, but using JS or TS can only be imported into the Title column. I don't know how to build a perfect body in JS.I suspect that NOCODB has a problem with the API.

            headers: {
                'xc-token': `...`,
                'Content-Type': 'application/json'
            }
        });
					const noteData={
						"title": noteName,
						"tags": tags[0].toString(),
						"path": path
					}

NoteData = {"title": "Unnamed 4", "tags": "test", "path": "Unnamed 4.md"}

Desired Behavior

can be imported correctly

Project Details

Node: v20.11.1
Arch: x64
Platform: linux
Docker: true
RootDB: sqlite3
PackageVersion: 0.207.0

Attachments

No response

@Kiss-World
Copy link
Author

my error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant