Even if you try to "update as a new version" using CSV upload for Entity data that contains only invalid data for the same OID, it will be registered as a "new addition" and a different OID data.
Reproduction steps
Define a version-controlled entity (e.g. TIME_BASE)
Register invalid data to the entity (e.g. data that has expired)
Register different data with the same OID via CSV upload (e.g. data within the validity period, version is blank)
Registered as a different OID data, not as a new version
概要
同じOIDに対して無効データのみのEntityデータに対して、CSVアップロードを利用して、「新しいバージョンとして更新」しようとしても「新規追加」として、別のOIDデータとして登録されてしまう。
再現手順