Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6845 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have made 2 scripts for updating my app.

Export will export all data in the form/table to a .csv file. Import will import thr .csv easily. This has been seemless and works ok. However, if there is no data to export, the file.csv is not made and that is good. But on import it stops because it cannot find the file.csv. How do I make a condition so that if the file.csv is not present, it skips it and continues with the others?

Export:

Go To Layout["Brokers"(Brokers)]

[Export Records[No dialog; "Brokers";Windows(ansi)]


Import:


Go To Layout["Brokers"(Brokers)]

[import Records[No dialog; "Brokers";Add; Windows Ansi]

This topic is 6845 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.