# HG changeset patch # User František Kučera # Date 1547768391 -3600 # Node ID 627ff99d475b5ce2034c82faa0647cf8efec3345 # Parent 6383a44578333868b7c448492e67fa15c6e53c29 specification: relpipe-in-filesystem diff -r 6383a4457833 -r 627ff99d475b relpipe-data/specification.xml --- a/relpipe-data/specification.xml Fri Jan 18 00:35:43 2019 +0100 +++ b/relpipe-data/specification.xml Fri Jan 18 00:39:51 2019 +0100 @@ -129,6 +129,15 @@ In future releases, there will be also an SQL transformation tool, where these operations will be defined in classic SQL syntax.

+

relpipe-in-filesystem

+ +

+ A tool that reads \0 separated list of file paths and generates relation + with metadata of given files. + Can read basic metadata like file path, name, size, owner… + and also extended attributes (xattr). +

+

relpipe-out-tabular