[
https://issues.apache.org/jira/browse/NIFI-6109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787886#comment-16787886
]
Otto Fowler commented on NIFI-6109:
-----------------------------------
the call here
{code:java}
if (!StringUtils.isBlank(commandArguments)) {
for (String arg : ArgumentUtils.splitArgs(commandArguments,
context.getProperty(ARG_DELIMITER).getValue().charAt(0))) {
args.add(arg);
}
}
{code}
is stripping the quotation marks out.
> Execute Stream Command for python script- issue with JSON as command line
> argument
> ----------------------------------------------------------------------------------
>
> Key: NIFI-6109
> URL: https://issues.apache.org/jira/browse/NIFI-6109
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.5.0
> Environment: python 2.7
> Reporter: Vineet Jain
> Assignee: Otto Fowler
> Priority: Major
> Attachments: pythonTest.xml, test.py
>
>
> When using ExecuteStreamCommand to execute a python script which takes JSON
> as command line argument, the python script execution fails at line where
> JSON is being read using json.loads(sys.argv[1]) with unable to decode error.
> Same works from command line.
>
> sample template and python script is attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)