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.
我正在用 AWS 胶水做一些 POC。现在我可以解析在 S3 中上传并存储到 RDS 实例中的 excel。我已将 excel 中的列映射到表列。但是 RDS 实例的结果表中没有主键。我可以在 RDS 表中添加一个新列作为主键(增量值)以进行进一步处理。上传的excel中没有这样的唯一值。有没有办法做到这一点?