samkitdev17 opened a new pull request, #10061:
URL: https://github.com/apache/nifi/pull/10061
## Description
Added support in `CSVRecordSetWriter` to dynamically resolve the delimiter
from the FlowFile attribute (`csv.delimiter`), allowing per-FlowFile
customization.
### Highlights:
- If the attribute is present, it's used as the value separator.
- If not present, default config delimiter is used.
- Backward-compatible with existing behavior.
- Logging added: `Value Separator resolved to: '{}'`
- Code cleanup and minimal changes made.
### Testing:
- Manual tests performed using different FlowFile attributes.
- Verified output formatting as per dynamic delimiter.
JIRA Ticket: https://issues.apache.org/jira/browse/NIFI-13531
✔️ I have signed the [Apache Contributor License
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]