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

Matt Burgess updated NIFI-9814:
-------------------------------
    Fix Version/s: 1.19.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Add range sampling to SampleRecord
> ----------------------------------
>
>                 Key: NIFI-9814
>                 URL: https://issues.apache.org/jira/browse/NIFI-9814
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>             Fix For: 1.19.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> It would be nice to be able to specify exactly which records or ranges of 
> records are sampled from a FlowFile. For example if the first 5 lines of a 
> comma-delimited file are free-text (meaning it's not technically a CSV file 
> from NiFi's perspective as the first 5 lines do not constitute a header in 
> this example), it would be handy to be able to exclude them by specifying a 
> range filter of "6-" to say the 6th and every following record should be 
> output.
> In that vein SampleRecord could have a "range sampling" strategy where the 
> user could specify something like "2, 5-7, 25-" where the second, fifth, 
> sixth, seventh, and every record from the twenty-fifth record on would be 
> included in the outgoing flow file.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to