From 86fd669d51f6f346a62cb4c7cf134dd6c4779d73 Mon Sep 17 00:00:00 2001 From: Nicolas Rol Date: Thu, 1 Aug 2024 11:41:46 +0200 Subject: [PATCH] add doc Signed-off-by: Nicolas Rol --- docs/data/datasources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data/datasources.md b/docs/data/datasources.md index 073f92639ab..92fd6dd2ade 100644 --- a/docs/data/datasources.md +++ b/docs/data/datasources.md @@ -4,7 +4,8 @@ ## Principles Datasources are Java-objects used to facilitate I/O operations around PowSyBl. -It allows users to read and write files +It allows users to read and write files. It is for example used by Importers during Network imports when using +`Network.read()` methods. ## Types of datasources