Process For Multiple TimeZone With different Parameters
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-18 06:33 PM
Hello All,
i am working on a process which will be used by different countries and on different time zone. while working, i got to know few scenarios where we need to work on number calculation and on different excel or csv format and date time.
like in few country they use dot(.) in numbers while few use comma(,) in the numbers so while calculation it will be difficult .same as with the csv file as well few country use comma(,) separated file while other use semi-colon(;) as a file separater .
same thing while working with date and time.
Kindly let me know the best practice and the few more scenarios and how we can resolve such different issues.
Thanks in Advance
Sachin Bais
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-18 02:57 PM
I think you'll need to use a code stage to include different locales in your date formatting and calculation.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-18 03:21 PM
Thanks John
