Skip to main content Link Search Menu Expand Document (external link)

Adding Profiles

Much like proxy files, you tell Jancy about where it can find sources of profiles. You do this through something called a profile provider. A profile provider creates a link between Jancy and a source of profiles, like a CSV file.

Creating a CSV Profile Provider

Out of the box, Jancy can read profiles from CSV files that are formatted as described here.

To create a link between Jancy and a CSV of profiles you need to create a Jancy profile formatted CSV Provider.

  1. Open the Profile setting panel (File → Settings → Profiles)
  2. Click the + Add a profile provider button and select the Load profiles from a Jancy profile formatted CSV file option.
  3. In the Load Profiles From a Text File dialog that appears, press the button with the three dots next to the Path field.
  4. In the Open File dialog that appears, locate your profile CSV file on your computer and press the Open button.
  5. If resolvers under site columns contain a comma or a colon, they should be preceded with a backslash and the “Allow comamas and colons in Site columns with use of backslash” feature should be checked.

    image info

  6. Click the Add button

If everything works, you should see a configured profile provider that looks like this:

image info

You can add as many providers as you need.