FileStreamSplit v0.1.2 StreamSplit View Source

Link to this section Summary

Functions

Generate a stream splitting data retrieved from file

Link to this section Functions

Link to this function split(file, split_token) View Source
split(String.t(), String.t()) :: Enumerable.t() | {:error, term()}
split(pid(), String.t()) :: Enumerable.t()

Generate a stream splitting data retrieved from file.

Return a Stream.

Arguments:

  • file: A string that rapresent the file path to open
  • split_token: A string used to split data