[ 
https://issues.apache.org/jira/browse/NIFI-9814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634576#comment-17634576
 ] 

ASF subversion and git services commented on NIFI-9814:
-------------------------------------------------------

Commit f2774c4924afd754ee736fd7899f4bbf74b79dbc in nifi's branch 
refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f2774c4924 ]

NIFI-9814: Add range sampling to SampleRecord
- Incorporated review comments

This closes #5878
Signed-off-by: Paul Grey <[email protected]>


> 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
>          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