Sigmund uses the same technology as ChatGPT+ and Claude, and is just as smart. But you pay less and keep full control of your data. Subscribe now! 🦾❤️🔥🔐
CSV-Funktionen (csv-parse)
Die synchrone parse() Funktion aus der csv-parse Bibliothek ist verfügbar. Dadurch können Sie CSV-formatierten Text, zum Beispiel aus einer CSV-Datei im Datei-Pool, in ein Objekt umwandeln.
Beispiel:
const Bedingungen = csvParse(
pool['attentional-capture-jobs.csv'].data,
{columns: true}
)
for (const Versuch of Bedingungen) {
console.log(Versuch.distractor)
}
Für einen Überblick, siehe:
