I am trying to edit a field in .dbf file. To edit the same I followed below steps:
- Read the .dbf file using Read Text File activity
- Edited using Modify Text activity
- Used Write Text file and used .dbf as ext. when saving the file.
The edit is successful but file is becoming corrupt and does not open with dbf viewer. Any idea how to edit dbf files using UiPath activities ?