Save DELL OS10 startup.xml to an external server with Oxidized

I want to use Oxidized to transfer the startup.xml of Dell OS10 to another server via SCP.
Is there any way to do this?

The following is the command for OS10.
OS10# copy config://startup.xml scp://USERNAME:PASSWORD@HostIP/DIRECTORY/HOSTNAME.xml

.config/oxidized/config
source:
default: csv
csv:
file: “/home/oxidized/.config/oxidized/router.db”
delimiter: !ruby/regexp /:confused:
map:
name: 0
ip: 1
model: 3
username: 4
password: 5
vars_map:
ssh_port: 2
enable: 6
svip: 7
svuser: 8
svpass: 9

.config/oxidized/router.db
dell-os10:172.16.0.111:22:os10:admin:admin:nil:172.16.0.100:testuser:testpassword

I want the variables svip, svuser, svpass to be read in os10.rb and run after ‘show running-configuration’ in os10.rb.