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.
我想用勺子转换列中的两个值。
我在性别列中有一个值“1”,并希望将其更改为值“男性”并且我在性别列中有一个值“0”并希望将其更改为值“女性”
如您所见,输入是一个 csv 文件,输出是一个 excel 文件。我需要哪些步骤来进行性别转变?
ETL的步骤
在转换中使用值映射器步骤。这将允许您执行此操作。