需要Python操作符帮助
我试图使用Python刮板从YouTube频道收集URL。Python进程在从终端执行时工作,但当我在Execute Python操作符中使用它时就不工作了。我的python不是最强大的,所以我很感激任何方向,在我出错的地方。
<?xml version="1.0" encoding="UTF-8"?><参数key="logverbosity" value="init"/> <参数key="random_seed" value="2001"/> <参数key="send_mail" value="never"/> <参数key="notification_email" value="30"/> <参数key="encoding" value="SYSTEM"/> <参数key="generator_type" value="逗号分隔文本"/> <参数key="number_of_examples" value="100"/> <参数key="use_stepsize" value="false"/> <列表key="numeric_series_configuration"/> <列表key="numeric_series_configuration"/> <列表key="numeric_series_configurationKey ="date_series_configuration"/> <参数key="date_format" value="yyyy-MM-dd HH:mm:ss"/> <参数key="time_zone" value="SYSTEM"/> <参数key="input_csv_text" value="https://www.youtube.com/channel/UCrla0VcTLEhGb03wsosZ6SQ"/> <参数key="column_separator" value=","/> <参数key="parse_all_as_nominal" value="false"/> <参数key="decimal_point_character" value="."/>
生成数据。在prod中,我使用从DB读取数据 Save example data in a csv file and hand the file over to the next Python operator Read data from YouTube and return link output
0
最佳答案
-
MarcoBarradas 管理员,员工,RapidMiner认证分析师,成员职位:254独角兽
答案