Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找.csv在 Foundry 中摄取 AES 加密文件的最佳方式。完成这项任务的最快方法是什么?
.csv
对称解密没有开箱即用的支持。但是,可以使用 Python 或 Spark 中的加密库在 Transforms 中下游处理摄取的文件。