You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Venkatesh Kottapalli (JIRA)" <ji...@apache.org> on 2016/08/31 23:42:20 UTC

[jira] [Updated] (APEXMALHAR-2218) RegexSplitter - Operator to parse byte stream using Regex pattern and emit a POJO

     [ https://issues.apache.org/jira/browse/APEXMALHAR-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatesh Kottapalli updated APEXMALHAR-2218:
---------------------------------------------
    Description: 
A generic parser which takes the regex pattern as a parameter and parse the log file line by line.

Input: Byte Array
Output: POJO
Parameters: POJO Schema Configuration is required and the order of schema should match with the lines from the log file.




  was:
A generic parser which takes the format as a parameter and parse the log file line by line.

Input: Byte Array
Output: POJO
Parameters: POJO Schema Configuration is required and the order of schema should match with the lines from the log file.


> RegexSplitter - Operator to parse byte stream using Regex pattern and emit a POJO
> ---------------------------------------------------------------------------------
>
>                 Key: APEXMALHAR-2218
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2218
>             Project: Apache Apex Malhar
>          Issue Type: Improvement
>            Reporter: Venkatesh Kottapalli
>            Assignee: Venkatesh Kottapalli
>
> A generic parser which takes the regex pattern as a parameter and parse the log file line by line.
> Input: Byte Array
> Output: POJO
> Parameters: POJO Schema Configuration is required and the order of schema should match with the lines from the log file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)