nocodb / nocodb

🔥 🔥 🔥 Open Source Airtable Alternative
https://nocodb.com
GNU Affero General Public License v3.0
43.33k stars 3.01k forks source link

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

Closed Kiss-World closed 1 month ago

Kiss-World commented 1 month ago

Please confirm if bug report does NOT exist already ?

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 commented 1 month ago

my error