Row.Transformval line_to_item :
?tags:Tags.t ->
unit ->
(Lines.item, (t, [> `table_row of Error.line_parsing ]) Core_kernel.Result.t)
Tfxm.tCreate a Tfxm.t that converts lines to table-rows according to the tags (default: Tags.default).
val item_to_line : ?tags:Tags.t -> unit -> (t, Lines.item) Tfxm.tCreate a Tfxm.t that converts rows to lines using the first separator in the tags or '\t' if none (default tags: Tags.default).