nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.
MIT License
16 stars 8 forks source link

[Feature Request] Implementation and binding for base-level IO functions #443

Open HLWeil opened 1 month ago

HLWeil commented 1 month ago

We want to integrate top-level ARC IO functionality like read and write directly into the main library. For this, we need a few base-level IO functions we can call in all frameworks.

These functions include:

Xlsx read/write should be covered by FsSpreadsheet.NET/Js/Py

@Freymaurer @kappe-c

Freymaurer commented 1 month ago
  • writeAllText: string -> string -> string

What is the output? arg1: content as string, arg2: path. What is arg3?

HLWeil commented 1 month ago
  • writeAllText: string -> string -> string

What is the output? arg1: content as string, arg2: path. What is arg3?

Idk 😅 , edited to unit