Skip to main content

Data export into CSV

This page explains HW capatibilities to export data into CSV format and push it via SFTP to client's premises on scheduled basis. In the future other formats and push methods will be supported in the near future. For setup please contact our technical team.

Notification Log Export

Represents a sample dataset for the Notification logs, for which users have activated which types of notifications on which channels(SMS/Email/Push)

Columns and Data Types

  1. UserId (Guid) - Unique identifier for the HolyWally user.
  2. BankingClientId (Guid) - Unique identifier for the banking client.
  3. ChannelSms (Boolean) - Indicates whether SMS notifications are enabled (True/False).
  4. Referral (String) - Referral information associated with the notification.
  5. ChannelEmail (Boolean) - Indicates whether Email notifications are enabled (True/False).
  6. ChannelPush (Boolean) - Indicates whether Push notifications are enabled (True/False).
  7. OriginId (String) - Unique identifier for the origin of the notification.
  8. Type (String) - Type of the notification, can be defined during the setup process
  9. Enabled (Boolean) - Indicates whether the notification is enabled (True/False).

Sample CSV Data

UserIdBankingClientIdChannelSmsReferralChannelEmailChannelPushOriginIdTypeEnabled
7d9a8efc-3c5e-4d26-b013-17b5c7d9c7894e2e6657-82c0-4a7c-b176-1f74c961b041FalseReferral1FalseTrue2b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type1False
b5e7a8fc-1c3e-4d26-b013-17b5c7d9c7892e2e6657-82c0-4a7c-b176-1f74c961b041TrueReferral2TrueFalse3b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type2True
3d9a8efc-7c5e-4d26-b013-17b5c7d9c7891e2e6657-82c0-4a7c-b176-1f74c961b041FalseReferral3FalseTrue4b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type3False
f5e7a8fc-9c3e-4d26-b013-17b5c7d9c7893e2e6657-82c0-4a7c-b176-1f74c961b041TrueReferral4TrueFalse5b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type4True
6d9a8efc-4c5e-4d26-b013-17b5c7d9c7895e2e6657-82c0-4a7c-b176-1f74c961b041FalseReferral5FalseTrue6b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type5False
8e7a8fc-2c3e-4d26-b013-17b5c7d9c7896e2e6657-82c0-4a7c-b176-1f74c961b041TrueReferral6TrueFalse7b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type6True
ad9a8efc-8c5e-4d26-b013-17b5c7d9c7897e2e6657-82c0-4a7c-b176-1f74c961b041FalseReferral7FalseTrue8b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type7False
1e7a8fc-5c3e-4d26-b013-17b5c7d9c7898e2e6657-82c0-4a7c-b176-1f74c961b041TrueReferral8TrueFalse9b9d9efc-3c5e-4d26-b013-17b5c7d9c789Type8True
2d9a8efc-1c5e-4d26-b013-17b5c7d9c7899e2e6657-82c0-4a7c-b176-1f74c961b041FalseReferral9FalseTrueab9d9efc-3c5e-4d26-b013-17b5c7d9c789Type9False

RegistrationLog export

Represents list of user registration for the wallet platform

Columns and Data Types

  1. ApplicationId (Guid) - Unique identifier for the registration.
  2. PhoneNumber (String) - Phone number associated with the registration.
  3. PhoneNumberFirstRegisteredAt (DateTimeOffset) - Date and time when the phone number was first registered.
  4. FirstPhoneOtpConfirmedAt (DateTimeOffset) - Date and time when the OTP for the phone number was first confirmed.
  5. EmailAddress (String) - Email address associated with the registration.
  6. EmailFirstRegisteredAt (DateTimeOffset) - Date and time when the email address was first registered.
  7. FirstEmailOtpConfirmedAt (DateTimeOffset) - Date and time when the OTP for the email address was first confirmed.
  8. SubmittedAt (DateTimeOffset) - Date and time when the registration was submitted.

Sample CSV Data

ApplicationIdPhoneNumberPhoneNumberFirstRegisteredAtFirstPhoneOtpConfirmedAtEmailAddressEmailFirstRegisteredAtFirstEmailOtpConfirmedAtSubmittedAt
7d9a8efc-3c5e-4d26-b013-17b5c7d9c789+12345678902023-11-17T08:00:00Z2023-11-17T08:15:00Ztest@example.com2023-11-17T09:00:00Z2023-11-17T09:15:00Z2023-11-17T10:00:00Z
b5e7a8fc-1c3e-4d26-b013-17b5c7d9c789+98765432102023-11-17T10:30:00Z2023-11-17T10:45:00Zanother@example.com2023-11-17T11:30:00Z2023-11-17T11:45:00Z2023-11-17T12:30:00Z
3d9a8efc-7c5e-4d26-b013-17b5c7d9c789+55512345672023-11-17T14:00:00Z2023-11-17T14:15:00Zyetanother@example.com2023-11-17T15:00:00Z2023-11-17T15:15:00Z2023-11-17T16:00:00Z
f5e7a8fc-9c3e-4d26-b013-17b5c7d9c789+99988877772023-11-17T17:30:00Z2023-11-17T17:45:00Zsample@example.com2023-11-17T18:30:00Z2023-11-17T18:45:00Z2023-11-17T19:30:00Z
6d9a8efc-4c5e-4d26-b013-17b5c7d9c789+11122233332023-11-17T21:00:00Z2023-11-17T21:15:00Ztester@example.com2023-11-17T22:00:00Z2023-11-17T22:15:00Z2023-11-17T23:00:00Z
8e7a8fc-2c3e-4d26-b013-17b5c7d9c789+44455566662023-11-17T23:30:00Z2023-11-17T23:45:00Zsampleuser@example.com2023-11-18T00:30:00Z2023-11-18T00:45:00Z2023-11-18T01:30:00Z
ad9a8efc-8c5e-4d26-b013-17b5c7d9c789+77788899992023-11-18T02:00:00Z2023-11-18T02:15:00Zuser@example.com2023-11-18T03:00:00Z2023-11-18T03:15:00Z2023-11-18T04:00:00Z
1e7a8fc-5c3e-4d26-b013-17b5c7d9c789+22233344442023-11-18T05:30:00Z2023-11-18T05:45:00Zemail@example.com2023-11-18T06:30:00Z2023-11-18T06:45:00Z2023-11-18T07:30:00Z
2d9a8efc-1c5e-4d26-b013-17b5c7d9c789+66677788882023-11-18T08:00:00Z2023-11-18T08:15:00Ztestemail@example.com2023-11-18T09:00:00Z2023-11-18T09:15:00Z2023-11-18T10:00:00Z

Invitation log export

Represents list of invitations to join the wallet platform(corporate scenario)

Columns and Data Types

  1. Id (Guid) - Unique identifier for the invitation.
  2. PhoneNumber (String) - Phone number associated with the invitation.
  3. EmailAddress (String) - Email address associated with the invitation.
  4. InvitedAt (DateTimeOffset) - Date and time when the invitation was sent.
  5. InvitingUserFullname (String) - Full name of the user who sent the invitation.

Sample CSV Data

IdPhoneNumberEmailAddressInvitedAtInvitingUserFullname
7d9a8efc-3c5e-4d26-b013-17b5c7d9c789+1234567890test@example.com2023-11-18T10:30:00ZJohn Doe
b5e7a8fc-1c3e-4d26-b013-17b5c7d9c789+9876543210another@example.com2023-11-18T11:45:00ZJane Smith
3d9a8efc-7c5e-4d26-b013-17b5c7d9c789+5551234567yetanother@example.com2023-11-18T15:00:00ZRobert Johnson
f5e7a8fc-9c3e-4d26-b013-17b5c7d9c789+9998887777sample@example.com2023-11-18T18:30:00ZEmily Davis
6d9a8efc-4c5e-4d26-b013-17b5c7d9c789+1112223333tester@example.com2023-11-18T21:00:00ZMichael Brown
8e7a8fc-2c3e-4d26-b013-17b5c7d9c789+4445556666sampleuser@example.com2023-11-19T00:30:00ZSusan White
ad9a8efc-8c5e-4d26-b013-17b5c7d9c789+7778889999user@example.com2023-11-19T02:00:00ZAndrew Miller
1e7a8fc-5c3e-4d26-b013-17b5c7d9c789+2223334444email@example.com2023-11-19T06:30:00ZKatherine Wilson
2d9a8efc-1c5e-4d26-b013-17b5c7d9c789+6667778888testemail@example.com2023-11-19T08:00:00ZDavid Anderson

Device log export

Represents list of all devices that were enrolled for a wallet

Columns and Data Types

  1. DeviceId (Guid) - Unique identifier for the device log.
  2. MakeModel (String) - Model of the device.
  3. OSVersion (String) - Operating system version of the device.
  4. IPAddress (String) - IP address associated with the device.
  5. UserId (Guid) - Unique identifier for the user associated with the device.

Sample CSV Data

DeviceIdMakeModelOSVersionIPAddressUserId
7d9a8efc-3c5e-4d26-b013-17b5c7d9c789iPhone XiOS 15.1192.168.1.1014e2e6657-82c0-4a7c-b176-1f74c961b041
b5e7a8fc-1c3e-4d26-b013-17b5c7d9c789Samsung Galaxy S20Android 12192.168.1.1022e2e6657-82c0-4a7c-b176-1f74c961b041
3d9a8efc-7c5e-4d26-b013-17b5c7d9c789MacBook ProM1 macOS 12.0192.168.1.1031e2e6657-82c0-4a7c-b176-1f74c961b041
f5e7a8fc-9c3e-4d26-b013-17b5c7d9c789HP PavilionWindows 11192.168.1.1043e2e6657-82c0-4a7c-b176-1f74c961b041
6d9a8efc-4c5e-4d26-b013-17b5c7d9c789Dell XPSLinux Ubuntu 20.04192.168.1.1055e2e6657-82c0-4a7c-b176-1f74c961b041
8e7a8fc-2c3e-4d26-b013-17b5c7d9c789Lenovo ThinkPadWindows 10192.168.1.1066e2e6657-82c0-4a7c-b176-1f74c961b041
ad9a8efc-8c5e-4d26-b013-17b5c7d9c789iPad AiriOS 14.6192.168.1.1077e2e6657-82c0-4a7c-b176-1f74c961b041
1e7a8fc-5c3e-4d26-b013-17b5c7d9c789Google Pixel 6Android 11192.168.1.1088e2e6657-82c0-4a7c-b176-1f74c961b041
2d9a8efc-1c5e-4d26-b013-17b5c7d9c789Asus ROGZenOS 2.0192.168.1.1099e2e6657-82c0-4a7c-b176-1f74c961b041

Transaction tags export

Represents list of transaction tags that were created in the system so they can be tagged by end users on their transactions.

Columns and Data Types

  1. BankingClientId (Guid) - Unique identifier for the banking client associated with the transaction tags log.
  2. Tags (String) - Tag associated with the transaction.
  3. CreatedAt (DateTimeOffset) - Date and time when the transaction tag was created.
  4. UpdatedAt (DateTimeOffset) - Date and time when the transaction tag was last updated.
  5. DeletedAt (DateTimeOffset) - Date and time when the transaction tag was deleted (if applicable).

Sample CSV Data

BankingClientIdTagsCreatedAtUpdatedAtDeletedAt
4e2e6657-82c0-4a7c-b176-1f74c961b041Food2023-11-20T08:00:00Z2023-11-20T08:15:00Z
2e2e6657-82c0-4a7c-b176-1f74c961b041Travel2023-11-20T10:30:00Z2023-11-20T10:45:00Z
1e2e6657-82c0-4a7c-b176-1f74c961b041Shopping2023-11-20T14:00:00Z2023-11-20T14:15:00Z
3e2e6657-82c0-4a7c-b176-1f74c961b041Entertainment2023-11-20T17:30:00Z2023-11-20T17:45:00Z
5e2e6657-82c0-4a7c-b176-1f74c961b041Utilities2023-11-20T21:00:00Z2023-11-20T21:15:00Z
6e2e6657-82c0-4a7c-b176-1f74c961b041Health2023-11-20T23:30:00Z2023-11-20T23:45:00Z
7e2e6657-82c0-4a7c-b176-1f74c961b041Education2023-11-21T02:00:00Z2023-11-21T02:15:00Z
8e2e6657-82c0-4a7c-b176-1f74c961b041Home2023-11-21T05:30:00Z2023-11-21T05:45:00Z
9e2e6657-82c0-4a7c-b176-1f74c961b041Other2023-11-21T08:00:00Z2023-11-21T08:15:00Z2023-11-21T09:00:00Z

Password changes log export

Represents history of password changes for the wallet user

Columns and Data Types

  1. BankingClientId (String) - Unique identifier for the banking client associated with the password change log.
  2. UserName (String) - User name associated with the password change log.
  3. PasswordChangeDates (List of Dates) - List of dates when password changes occurred.

Note: Each date in the PasswordChangeDates list is represented as a separate column.

Sample CSV Data

BankingClientIdUserNamePasswordChangeDate1PasswordChangeDate2PasswordChangeDate3
4e2e6657-82c0-4a7c-b176-1f74c961b041john_doe2023-11-222023-11-23
2e2e6657-82c0-4a7c-b176-1f74c961b041jane_smith2023-11-222023-11-24
1e2e6657-82c0-4a7c-b176-1f74c961b041robert_johnson2023-11-222023-11-25
3e2e6657-82c0-4a7c-b176-1f74c961b041emily_davis2023-11-232023-11-26
5e2e6657-82c0-4a7c-b176-1f74c961b041michael_brown2023-11-232023-11-27
6e2e6657-82c0-4a7c-b176-1f74c961b041susan_white2023-11-232023-11-28
7e2e6657-82c0-4a7c-b176-1f74c961b041andrew_miller2023-11-242023-11-29
8e2e6657-82c0-4a7c-b176-1f74c961b041katherine_wilson2023-11-242023-11-30
9e2e6657-82c0-4a7c-b176-1f74c961b041david_anderson2023-11-242023-12-01

Export of HW user and BaaS customer IDs

Represents mapping of HW user Id and id of the user in the banking provider(EpisodeSix or others).

Columns and Data Types

  1. UserId (Guid) - Unique identifier for the user associated with the E6 customer log.
  2. BankingClientId (String) - Unique identifier for the banking client in the BaaS system

Sample CSV Data

UserIdBankingClientId
4e2e6657-82c0-4a7c-b176-1f74c961b0417d9a8efc-3c5e-4d26-b013-17b5c7d9c789
2e2e6657-82c0-4a7c-b176-1f74c961b041b5e7a8fc-1c3e-4d26-b013-17b5c7d9c789
1e2e6657-82c0-4a7c-b176-1f74c961b0413d9a8efc-7c5e-4d26-b013-17b5c7d9c789
3e2e6657-82c0-4a7c-b176-1f74c961b041f5e7a8fc-9c3e-4d26-b013-17b5c7d9c789
5e2e6657-82c0-4a7c-b176-1f74c961b0416d9a8efc-4c5e-4d26-b013-17b5c7d9c789
6e2e6657-82c0-4a7c-b176-1f74c961b0418e7a8fc-2c3e-4d26-b013-17b5c7d9c789
7e2e6657-82c0-4a7c-b176-1f74c961b041ad9a8efc-8c5e-4d26-b013-17b5c7d9c789
8e2e6657-82c0-4a7c-b176-1f74c961b0411e7a8fc-5c3e-4d26-b013-17b5c7d9c789
9e2e6657-82c0-4a7c-b176-1f74c961b0412d9a8efc-1c5e-4d26-b013-17b5c7d9c789

Policies assigned to user export

Represents list of all policies that are assigned to user

Columns and Data Types

  1. PoliciesUsersID (Guid) - Unique identifier for the policy user record.
  2. PolicyId (Guid) - Unique identifier for the associated policy.
  3. UserID (Guid) - Unique identifier for the user associated with the policy.
  4. CreatedAt (DateTimeOffset) - Date and time when the policy user log was created.
  5. UpdatedAt (DateTimeOffset) - Date and time when the policy user log was last updated.
  6. IsDeleted (Boolean) - Indicator of whether the policy user log is deleted or not.
  7. RequesterID (Guid, Nullable) - Unique identifier for the user who created the record (nullable).

Sample CSV Data

PoliciesUsersIDPolicyIdUserIDCreatedAtUpdatedAtIsDeletedRequesterID
7d9a8efc-3c5e-4d26-b013-17b5c7d9c789b5e7a8fc-1c3e-4d26-b013-17b5c7d9c7894e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-25T08:00:00Z2023-11-25T08:15:00Zfalse1e2e6657-82c0-4a7c-b176-1f74c961b041
b5e7a8fc-1c3e-4d26-b013-17b5c7d9c7893d9a8efc-7c5e-4d26-b013-17b5c7d9c7892e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-25T10:30:00Z2023-11-25T10:45:00Zfalse3e2e6657-82c0-4a7c-b176-1f74c961b041
3d9a8efc-7c5e-4d26-b013-17b5c7d9c789f5e7a8fc-9c3e-4d26-b013-17b5c7d9c7891e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-25T14:00:00Z2023-11-25T14:15:00Zfalse5e2e6657-82c0-4a7c-b176-1f74c961b041
f5e7a8fc-9c3e-4d26-b013-17b5c7d9c7896d9a8efc-4c5e-4d26-b013-17b5c7d9c7893e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-25T17:30:00Z2023-11-25T17:45:00Zfalse6e2e6657-82c0-4a7c-b176-1f74c961b041
6d9a8efc-4c5e-4d26-b013-17b5c7d9c7898e7a8fc-2c3e-4d26-b013-17b5c7d9c7895e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-25T21:00:00Z2023-11-25T21:15:00Zfalse8e2e6657-82c0-4a7c-b176-1f74c961b041
8e7a8fc-2c3e-4d26-b013-17b5c7d9c789ad9a8efc-8c5e-4d26-b013-17b5c7d9c7896e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-25T23:30:00Z2023-11-25T23:45:00Zfalse9e2e6657-82c0-4a7c-b176-1f74c961b041
ad9a8efc-8c5e-4d26-b013-17b5c7d9c7891e7a8fc-5c3e-4d26-b013-17b5c7d9c7897e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-26T02:00:00Z2023-11-26T02:15:00Zfalse1e2e6657-82c0-4a7c-b176-1f74c961b041
1e7a8fc-5c3e-4d26-b013-17b5c7d9c7892d9a8efc-1c5e-4d26-b013-17b5c7d9c7898e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-26T05:30:00Z2023-11-26T05:45:00Zfalse2e2e6657-82c0-4a7c-b176-1f74c961b041
2d9a8efc-1c5e-4d26-b013-17b5c7d9c7894e2e6657-82c0-4a7c-b176-1f74c961b0419e2e6657-82c0-4a7c-b176-1f74c961b0412023-11-26T08:00:00Z2023-11-26T08:15:00Zfalse3e2e6657-82c0-4a7c-b176-1f74c961b041