英文:
How to make the performance operator output insert into database in rapidmienr studio?
问题
我想将第二张图片中的数据插入数据库。我应该怎么做?
主页流程
英文:
i want to insert data in 2nd picture into database. what should i do?
home page process
答案1
得分: 2
你需要将性能运算符的输出转换成常规示例集。为此,您可以使用“性能转换为数据”运算符,然后可以简单地将数据存储在数据库中(通常只能处理常规表格数据)。
英文:
you need to transform the output of the performance operator into a regular example set. For this you can use the Performance to Data
operator, then you can simply store the data in the database (it can normally only handle regular tabular data)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论